body, html {
    height: 100%;
    margin: 0;
}

.new-login {
    height: 100%;
    /* background-color: red; */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: auto;
}

.new-login-logo {
    width: 160px;
    position: absolute;
    top: 35px;
    left: 50px;
}

.new-login-logo img {
    width: 100%;
}

.new-login-container {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 100px 50px 50px;
    width: 888px;
    /* height: 790px; */
    background: #FFFFFF;
    border: 1px solid #CBD5E0;
    box-sizing: border-box;
    /* border-radius: 4px;
    margin: auto auto; */
    position: relative;
    overflow: auto;
}

.new-login-container.active {
    display: flex;
    animation: scale-display .3s;
}

@keyframes scale-display {
	0% {
		opacity: 0;
		transform: scale(0);
        -webkit-transform: scale(0);
	}

	100% {
		opacity: 1;
		transform: scale(1);
        -webkit-transform: scale(1);
	}
}

.new-login-container-title {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    font-feature-settings: 'liga' off;
    color: #1A202C;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 8px 0px;
}

.new-login-container-sub-title {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.0015em;
    color: #D9000D;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.create-account {
    text-decoration: none;
    color: #D9000D !important;
}

.new-login-container-sub-title span{
    color: #718096;
}

.new-login-container-input {
    background: #F7FAFC !important;
    border: 1px solid #CBD5E0 !important;
    box-sizing: border-box;
    border-radius: 2px;
    height: 56px;
    width: 360px !important;
    margin-top: 32px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding: 16px;
    color: #1A202C;
}

.new-login-container-input::placeholder {
    color: #A0AEC0;
}

.new-login-container-input:-moz-placeholder {
    color: #A0AEC0;
}

.new-login-container-input::-webkit-input-placeholder {
    color: #A0AEC0;
}

.new-login-container-input:focus {
    outline-color: #D9000D;
}

.log-in-btn {
    background: #D9000D !important;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    width: 360px;
    height: 56px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.0015em;
    color: #FFFFFF !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
    cursor: pointer;
    border: none;
}

.new-login-container-head {
    text-align: center;
}

.hr-line {
    border: 1px solid #CBD5E0;
    flex: none;
    order: 0;
    flex-grow: 0;
    width: 100%;
    margin-top: 56px;

}

.note_1 {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.0015em;
    color: #4A5568;
    flex: none;
    order: 3;
    flex-grow: 0;
    margin: 32px 0px;
    width: 360px;
}

.sso {
    margin-top: 32px;
    width: 100%;
}

.sso-btn {
    width: 360px;
    height: 56px;
    background: #FFFFFF;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 12px 0;
    cursor: pointer;
    user-select: none;
}

.sso-btn-title {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #2D3748;
}

.login_2_head {
    margin-top: 80px;
    margin-bottom: 32px;
}

.form-2-container {
    width: 80%;
}

.form-2-login-itm {
    height: 72px;
    background: #FFFFFF;
    border: 1px solid #CBD5E0;
    box-sizing: border-box;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 8px 0px;
    cursor: pointer;
    user-select: none;
}

.form-2-login-itm.active {
    background: rgba(249, 217, 219, 0.5);
    border: 2px solid rgba(217, 0, 13, 0.8);
}

.form-2-login-itm.in-active {
    background: linear-gradient(0deg, rgba(247, 250, 252, 0.5), rgba(247, 250, 252, 0.5)), #FFFFFF;
    border: 1px solid #CBD5E0;
}

.form-2-login-itm.in-active .form-2-login-itm-acc-type {
    color: rgba(74, 85, 104, 0.4);
}

.form-2-login-itm.in-active .form-2-login-itm-acc-for {
    color: rgba(74, 85, 104, 0.4);
}

.form-2-login-itm-acc-type {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    color: #1A202C;
}

.form-2-login-itm-acc-for {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.0015em;
    color: #4A5568;
}

.note_2 {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.0015em;
    color: #4A5568;
    margin: 30px 0px;
}

.back-btn {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #718096;
    /* display: flex;
    align-items: center; */
    position: absolute;
    left: 38px;
    bottom: 38px;
    cursor: pointer;
}

.back-btn img {
    margin-right: 10px;
}

.login_1-inp-btn-container {
    display: flex;
    flex-direction: column;
}

.password-container {
    /* background-color: red; */
    display: flex;
    align-items: center;
    flex-direction: column;
}

.reg-type-container {
    /* background-color: green; */
    display: flex;
    justify-content: center;
}

.input-wrapper {
    position: relative;
}

.toggle-pass-btn{
    position: absolute;
    right: 10px;
    top: 13px;
    cursor: pointer;
}

/* .other-type {
    display: none;
} */

.hide {
    display: none;
}

@media(max-width: 889px) {
    .new-login-container {
        padding: 40px 20px 100px 20px;
        width: 100%;
        height: 100%;
        border: none;
        justify-content: flex-start;
        overflow: auto;
    }

    .form-2-container {
        width: 100%;
    }

    .back-btn {
        position: relative;
        left: 0;
        bottom: 0;
        margin-top: 40px;
    }

    .new-login-logo {
        width: 160px;
        position: relative;
        top: auto;
        left: auto;
    }
}

@media(max-width: 564px) {
    .form-2-login-itm {
        width: 360px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media(max-width: 401px) {
    .new-login-container-top {
        width: 100%;
    }

    .new-login-container {
        /* padding: 40px 20px 100px 20px; */
        justify-content: flex-start;
        overflow: auto;
    }
    .new-login-container-input {
        width: 100% !important;
    }

    .log-in-btn {
        width: 100% !important;
    }

    .note_1 {
        width: 100% !important;
    }

    .sso-btn {
        width: 100%;
    }

    .form-2-container {
        width: 100%;
    }

    .form-2-login-itm {
        width: 100%;
    }

    /* .back-btn {
        left: 20px;
        bottom: 20px;
    } */

    .password-container {
        display: block;
    }
    
    .reg-type-container {
        display: block;
    }
}


@media(max-height: 900px) {
    .new-login-container {
        padding: 40px 20px 100px 20px;
        justify-content: flex-start;
        overflow: auto;
    }

    .new-login {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        background-color: #FFFFFF;
    }
}
