* {
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    background-color: #1d1a49;
}

.login {
    width: 80vw;
    height: 40vw;
    background: #1d1a49;
    border: 1px solid #00ffff;
    margin: 5% auto 0px auto;
    border-radius: 15px;
}

.login .header {
    width: 100%;
    height: 20%;
    padding-left: 5%;
    display: flex;
    align-items: center;
    margin-top: 0px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    background-color: black;
}

.login .header img {
    height: 60%;
}

.lock-image {
    width: 40%;
    height: 70%;
    text-align: center;
    color: white;
}

.login .content {
    height: 80%;
}

.lock-image img {
    height: 70%;
}

.content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lock-image h6 {
    margin: 5%;
    font-size: 1vw;
}

.login #login-form {
    margin-top: 5%;
    width: 40%;
    height: 60%;
}

.form_contlrol input[type="password"],
.form_contlrol input[type="text"] {
    width: 100%;
    height: 60%;
    font-size: 1vw;
    border: 1px solid #00ffff;
    color: #00ffff;
    background-color: transparent;
    border-radius: 50px;
    padding: 0 5%;
}

.content #login-form input[type="button"] {
    width: 80%;
    height: 20%;
    padding: 1%;
    font-size: 1.5vw;
    background-color: rgb(255, 121, 0);
    border-radius: 15px;
    border: none;
    cursor: pointer;
    font-weight: bold;
    color: #ffffff;
    transition: background-color 0.2s;
}

.login #login-form input[type="button"]:hover {
    background-color: rgb(255, 91, 0);
    transition: background-color 0.2s;
}

.login #login-form a {
    font-size: 1vw;
    color: #00ffff;
    display: block;
    margin-right: 20%;
    margin-top: 5%;
    float: right;
}

/* error user or pass */

.login #error-login-form {
    width: 40%;
    height: 60%;
    display: none;
}

.content #error-login-form input[type="button"] {
    width: 80%;
    height: 20%;
    margin-top: 15%;
    padding: 1%;
    font-size: 1.5vw;
    background-color: rgb(255, 121, 0);
    border-radius: 15px;
    border: none;
    cursor: pointer;
    font-weight: bold;
    color: #ffffff;
    transition: background-color 0.2s;
}

.login #error-login-form input[type="button"]:hover {
    background-color: rgb(255, 91, 0);
    transition: background-color 0.2s;
}

.login #error-login-form .forgot-label {
    width: 80%;
}

.login #error-login-form p {
    color: white;
    text-align: center;
    font-size: 1.5vw;
}

.login #error-login-form a {
    font-size: 1vw;
    color: #00ffff;
    display: block;
    margin-right: 20%;
    margin-top: 5%;
    float: right;
}

/* forgot password */

.login #forgot-form {
    width: 40%;
    height: 60%;
    display: none;
}

.content #forgot-form input[type="button"] {
    width: 80%;
    height: 20%;
    margin-top: 2%;
    padding: 1%;
    font-size: 1.5vw;
    background-color: rgb(255, 121, 0);
    border-radius: 15px;
    border: none;
    cursor: pointer;
    font-weight: bold;
    color: #ffffff;
    transition: background-color 0.2s;
}

.login #forgot-form input[type="button"]:hover {
    background-color: rgb(255, 91, 0);
    transition: background-color 0.2s;
}

.login #forgot-form .forgot-label {
    width: 80%;
}

.login #forgot-form p {
    color: white;
    text-align: center;
    font-size: 1vw;
}

.form_contlrol {
    width: 80%;
    height: 40%;
    color: aliceblue;
}

.form_contlrol label {
    font-size: 20px;
    padding-left: 5%;
}

.text-red {
    color: red;
}

.ds-no {
    display: none;
}

/* error forgot email */

.login #error-forgot-form {
    width: 40%;
    height: 60%;
    display: none;
}

.content #error-forgot-form input[type="button"] {
    width: 80%;
    height: 20%;
    margin-top: 15%;
    padding: 1%;
    font-size: 1.5vw;
    background-color: rgb(255, 121, 0);
    border-radius: 15px;
    border: none;
    cursor: pointer;
    font-weight: bold;
    color: #ffffff;
    transition: background-color 0.2s;
}

.login #error-forgot-form input[type="button"]:hover {
    background-color: rgb(255, 91, 0);
    transition: background-color 0.2s;
}

.login #error-forgot-form .forgot-label {
    width: 80%;
}

.login #error-forgot-form p {
    color: white;
    text-align: center;
    font-size: 1.5vw;
}

.login #error-forgot-form p a {
    color: #00ffff;
    text-align: center;
    font-size: 1.5vw;
    margin: 0px;
}

#myProgress {
    width: 80%;
    background-color: #ddd;
}

#myBar {
    width: 0%;
    height: 30px;
    background-color: #04AA6D;
    text-align: center;
    line-height: 30px;
    color: white;
}

#success-form {
    width: 40%;
    height: 60%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#success-form .reset-label {
    width: 80%;
    text-align: center;
    color: white;
    margin-bottom: 5%;
}

#success-reset-form {
    width: 40%;
    height: 60%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#success-reset-form .reset-label {
    width: 80%;
    text-align: center;
    color: white;
    margin-bottom: 5%;
}
