body {
    margin: 0px;
    position: relative;
    background-color: #fff;
}

.items-alignment {
    background: linear-gradient(to right, #e0eaff, #f4f7ff);
    display: flex;
    height: 100vh;
    align-items: center;
    position: relative;
}

.main-form {
    text-align: center;
    width: 100%;
}

.form-back {
    width: 100%;
    float: left;
    padding: 10%;
}

.main-form h3 {
    font-size: 26px;
    color: #525152;
    text-align: center;
    margin: 10% 0%;
    font-weight: bold;
    text-transform: uppercase;
}

.main-form .input-group {
    margin-bottom: 10px;
    color: #525152;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.main-form .input-group-addon {
    padding: 6px 20px;
    font-size: 20px;
    font-weight: normal;
    line-height: 1;
    color: #525152;
    text-align: center;
    background-color: inherit;
    border: none;
    border-radius: 3px;
}

.right-col img {
    width: 85%;
}

.main-form .form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 25px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.644;
    color: #525152;
    background-color: inherit;
    background-image: none;
    border: none;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.main-form .login-btn {
    text-align: center;
}

.main-form .login-btn button {
    width: 100%;
    background: #2c2c60;
    color: #fff;
    font-size: 16px;
    height: 40px;
    margin-top: 25px;
    font-weight: 600;
    transition: background 1s ease;
}

.main-form .login-btn button:hover {
    background-color: #60609e;
}

.input-group button:focus {
    outline: 0;
}

.main-form .form-control::-moz-placeholder {
    color: #7e7e7e;
    opacity: 1;
}

.main-form .form-control:-ms-input-placeholder {
    color: #7e7e7e;
}

.main-form .form-control::-webkit-input-placeholder {
    color: #7e7e7e;
}

.main-form .form-back img {
    max-width: 300px;
    margin-bottom: 80px;
}


/* .shp-1 {
    width: 120px;
    height: 120px;
    position: absolute;
    bottom: 10%;
    left: 55%;
    background-color: #92b3f8;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #c9d3ff;
    border-right: 20px solid #c9d3ff;
    border-radius: 5px;
}

.shp-2 {
    width: 70px;
    height: 70px;
    position: absolute;
    left: 15%;
    background-color: #ad352d;
    bottom: 3%;
    border-radius: 20px;
}

.shp-3 {
    width: 130px;
    height: 130px;
    border-radius: 70px;
    position: absolute;
    top: 8%;
    left: 3%;
    background-color: #7f97f4;
    border-top: 45px solid #c9d3ff;
}

.shp-4 {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    position: absolute;
    top: 2%;
    left: 45%;
    background-color: #2b2c60;
    border-left: 50px solid #525152;
}

.shp-5 {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 10%;
    right: 5%;
    background-color: #fd7f77;
    border-top-right-radius: 100%;
}

.shp-6 {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    position: absolute;
    bottom: 8%;
    right: 5%;
    background-color: #ffffff;
} */

@media (max-width: 767px) {
    .logo {
        margin-top: 10px;
    }
    .login-border {
        display: inline-block;
        float: none;
    }
    .login {
        margin-top: 20px;
    }
    .header-border {
        padding: 20px 0px;
    }
    .items-alignment {
        background: #c9d3ff;
        display: inherit !important;
    }
}

@media (max-width: 480px) {
    .header-border {
        padding: 10px 0px;
    }
    .logo {
        width: 100%;
        text-align: center;
        margin-top: 0x;
        margin-bottom: 10px;
    }
    .logo img {
        display: inline-block;
    }
    .search-field {
        width: 100%;
    }
    .login {
        margin-top: 10px;
        text-align: center;
    }
    .main-form .input-group-addon {
        padding: 6px 10px;
    }
    .main-form .form-control {
        padding: 6px 0px;
    }
    .main-form .input-group button {
        padding: 6px 0px;
    }
    .main-form h3 {
        font-size: 22px;
    }
}