body,
html,
div,
a,
span,
p,
h1,
h2,
h3,
h4,
h5,
ul,
li,
input,
button {
    margin: 0;
    padding: 0;
}


}

a,
li {
    list-style: none;
}

a {
    text-decoration: none;
    color: black;
}

.login-bg {
   
   
   background-image: linear-gradient(to top, #3b41c5 0%, #a981bb 49%, #ffc8a9 100%);
}

.login-contain {
    width: 85%;
}

.login-header {
    padding: 5%;
}

.login-header p {
    font-size: 32px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
    text-shadow: 0.1em 0.15em 0.1em #7462c0;
}

.login-logo {
    padding: 5%;
}

.login-logo img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
}

.login-logo p {
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    letter-spacing: 2px;
    margin-top: 2%;
}

.form-group {
    padding: 5%;
}

.form-group .form-item {
    margin-top: 5%;
    padding: 0 10px;
    border-radius: 20px;
    background-color: rgba(104, 91, 193, 0.41);
}

.form-group .form-item input {
    outline: none;
    border: 0;
    background-color: transparent;
    color: #ffffff;
    height: 40px;
    font-size: 18px;
    width: 55%;
    margin-left: 12%;
}

.form-group .form-item input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #ffffff;
    font-size: 16px;
}

.form-group .form-item input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ffffff;
    font-size: 16px;
}

.form-group .form-item input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ffffff;
    font-size: 16px;
}

.form-group .form-item input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #ffffff;
    font-size: 16px;
}

.form-group .form-item label img {
    width: 25px;
    position: absolute;
    margin-top: 5px;
}

.form-group .form-item button {
    outline: none;
    background: transparent;
    border: 1px #00cc99 dashed;
    color: #ffffff;
    height: 30px;
    border-radius: 5px;
    float: right;
    padding: 1%;
}

.button-group {
    padding: 5%;
}

.button-group button {
    outline: none;
    border: 0;
    width: 90%;
    height: 35px;
    margin-top: 4%;
    border-radius: 20px;
    margin-left: 4%;
    color: #ffffff;
    font-size: 18px;
}

.button-group .login-btn {
    background-color: #ffffff;
    color: #324085;
}

.order-login {
    padding: 5%;
}

.order-login-line {
    display: block;
    position: relative;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
}

.order-login-line:before,
.order-login-line:after {
    content: '';
    position: absolute;
    top: 50%;
    background: #ffffff;
    width: 20%;
    height: 1px;
}

.order-login-line:before {
    left: 10%;
}

.order-login-line:after {
    right: 10%;
}

.order-login-box {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 20px;
}

.order-login-box div {
    flex: 1;
    text-align: center;
}

.order-login-box div p {
    text-align: center;
    font-size: 14px;
    color: #ffffff;
}