/* login form */
#login-container {
    background: #fff;
    padding: 40px 25px;
}

.descrp-form {
    text-align: center;
    margin-bottom: 30px;
    color: #9499b7;
}

.row-form {
    margin-bottom: 20px;
}

.title-input {
    display: block;
    margin-bottom: 8px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}

.control {
    position: relative;
}
#login-container input:not(.button-reg-form) {
    width: 100%;
    padding: 12px 12px 12px 12px !important;
    font-size: 14px;
    outline: none;
    border: 1px solid #9b9293;
}
#login-container input::placeholder {
    color: #9c9c9c;
}
.icon-form {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.65;
    display: grid;
    place-items: center;
    color: #000;
}

.button-reg-form {
    width: 100%;
    padding: 12px;
    border: none;
    background: #000;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
	text-transform:uppercase;
    transition: 0.2s;
}

.rf-links {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.rf-links a {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    text-decoration: underline;
}
.help {
    text-align: center;
    margin-top: 20px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}

.help p a {
    color: #000;
    text-decoration: underline;
}

.login-icon {
    width: 80px;
    height: 80px;
    font-size: 30px;
    margin: 0 auto;
    background: #e0e5ec;
    color: #3d4468;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#togglePassword {
    cursor: pointer;
    position: absolute;
    right: -20px;
    top: 55%;
    transform: translateY(-50%);
    color: #9c9c9c;
}
.forgot-link {
	margin-bottom:20px;
}
@media screen and (min-width: 981px) {
}
@media screen and (min-width: 601px) {
    #login-container {
        padding: 40px;
    }
}
