@font-face {
    font-family: "Global font";
    src: url("../fonts/Roboto/Roboto-Regular.ttf") format("truetype");
}

:root {
    --btn-bg-color: #E22322;
    --btn-border-color: #E22322;
    --input-focus-color: #E22322;
    --sidemenu-bg-color: #E22322;
}

  body {
    background-color: 363740;
}

.container {
    max-width: 380px;
    height: 582px;
    bottom: 139px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    background-color: white;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 10px;
}

.title {
    position: absolute;
    height: 30px;
    left: 32px;
    right: 32px;
    top: 156px;
    font-family: 'Global font';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.3px;
    color: #252733;

}

.cp-subtitle {
    position: absolute;
    height: 20px;
    left: 32px;
    right: 32px;
    top: 50px;
    font-family: 'Global font';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.3px;
    color: #9FA2B4;
}

.subtitle {
    position: absolute;
    height: 20px;
    left: 32px;
    right: 32px;
    top: 198px;
    font-family: 'Global font';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.3px;
    color: #9FA2B4;
}

#div_id_username {
    position: absolute;
    height: 64px;
    left: 32px;
    right: 32px;
    top: 266px;
    margin-bottom: 20px;
}

#div_id_password {
    position: absolute;
    height: 64px;
    left: 32px;
    right: 32px;
    top: 354px;
}

#div_id_old_password {
    position: absolute;
    height: 64px;
    left: 32px;
    right: 32px;
    top: 130px;
    margin-bottom: 20px;
}

#div_id_new_password1 {
    position: absolute;
    height: 64px;
    left: 32px;
    right: 32px;
    top: 210px;
}

#hint_id_new_password1 {
    position: absolute;
    height: 64px;
    right: 32px;
    top: 60px;
    margin-bottom: 20px;
}

#div_id_new_password2 {
    position: absolute;
    height: 64px;
    left: 32px;
    right: 32px;
    top: 410px;
}

#div_id_remember {
    position: absolute;
    height: 64px;
    left: 32px;
    right: 32px;
    top: 425px;
    margin-bottom: 20px;
    font-family: 'Global font';
}

.form-label {
    position: absolute;
    height: 16px;
    left: 0px;
    right: 0px;
    top: 0px;
    font-family: 'Global font';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    color: #9FA2B4;
}

.form-control {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 22px;
    bottom: 0px;
    background: #FCFDFE;
    border: 1px solid #F0F1F7;
    box-sizing: border-box;
    border-radius: 8px;
    padding-left: 5;
    padding-right: 5;
}

.forgot-pwd {
    position: absolute;
    width: 85px;
    height: 13px;
    right: 32px;
    top: 354px;
    font-family: 'Global font';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 13px;
    text-align: right;
    letter-spacing: 0.1px;
    color: #9FA2B4;
}

input:focus {
    border: 3px solid var(--input-focus-color);
    outline: none;
}

.alert {
    position: absolute;
    height: 48px;
    left: 32px;
    right: 32px;
    top: 420px;
    /* border-radius: ; */
}

.btn-login {
    position: absolute;
    height: 48px;
    left: 32px;
    right: 32px;
    top: 475px;
    background: var(--btn-bg-color);
    border-radius: 10px;
    border: var(--btn-border-color);
    color: #F0F1F7;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.btn-save {
    position: absolute;
    height: 48px;
    left: 32px;
    right: 32px;
    top: 500px;
    background: var(--btn-bg-color);
    border-radius: 10px;
    border: var(--btn-border-color);
    color: #F0F1F7;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.img-logo {
    position: absolute;
    width: 80px;
    height: 70px;
    left: calc(50% - 80px/2);
    top: 40px;
}
