.login-body {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.area {
    width: 100%;
    display: flex;
}

.area-left {
    display: flex;
    justify-content: center;
    width: 50%;
    min-height: 100vh;
    background: linear-gradient(333.69deg, #091321 45.75%, #0A2750 100%);
}

.image-logo-area {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-area {
    width: 500px;
    height: 500px;
    /* margin: 16.82342567567% auto; */
}

.image-logo {
    width: 100%;
    height: 100%;
}

.area-right {
    /* float: left; */
    width: 50%;
    display: flex;
    justify-content: center;
    width: 50%;
    min-height: 100vh;
    /* min-height: 720px; */
    background: #FFFFFF;
}

.login-form-area {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-area {
    width: 440px;
    height: 500px;
    /* margin: 16.82342567567% auto; */
    background: #FFFFFF;
    box-shadow: 5px 5px 10px rgba(111, 111, 111, 0.1), inset -8px -8px 20px rgba(111, 111, 111, 0.1);
    border-radius: 25px;
}

.logo-form-area {
    width: 100%;
    height: 100%;
}

.form-data-area {
    height: 100%;
    padding: 10%;
}

.frm-area {
    width: 100%;
    height: auto;
}

.area-logo {
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
}

.login-text-area {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
}

.login-text {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 38px;
    /* identical to box height */

    text-align: center;

    color: #000000;
    margin: 0rem;
}

.login-dtl-text-area {
    width: 100%;
}

.login-dtl-text {
    /* Heading 8/Regular */

    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    /* identical to box height */


    /* neutral/darken-1 */

    color: #757575;
    margin: 0rem;
}

.form-login-area {
    width: 100%;
    height: auto;
    margin-top: 30px;
}

.frm-input-area {
    width: 100%;
    height: auto;
    display: flex;
}

.span-area {
    width: 100%;
    height: auto;
}

label {
    /* Body 2/Regular */
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    display: flex;
    align-items: center;

    color: #757575;
}

.input-area {
    width: 100%;
    height: auto;
    margin-top: 4px;
}

.form-input-area {
    width: 98%;
    height: auto;
    display: flow-root;
}

.form-input {
    width: 100%;
    height: 35px;
    background: #FFFFFF;
    padding: 0 8px;
    /* innerShadow-1 */
    box-shadow: inset 0px 2px 5px rgba(85, 85, 85, 0.1);
    border-radius: 10px;
    border: none;
}

.frm-text-area {
    width: 100%;
    height: 14px;
}

.frm-text-area-left {
    float: left;
    width: 50%;
}

.check-remember {
    float: left;
    margin: 0rem 1px 0rem 0rem;
}

.remember-me-text {
    /* Caption 1/SemiBold */

    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    /* identical to box height */


    /* neutral/darken-1 */

    color: #757575;
    margin: 0rem;
}

.frm-text-area-right {
    float: left;
    width: 50%;
}

.forgot-password-text {
    /* Caption 1/SemiBold */
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    text-align: right;
    margin: 0rem;
    /* identical to box height */


    /* secondary */

    color: #1B4177;
}

.btn-login {
    width: 100%;
    height: 35px;
    margin-top: 36px;
    background: linear-gradient(180deg, #144284 0%, #0A2750 96.87%);
    box-shadow: inset -4px -4px 7px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.btn-login-text {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin: 0rem;;

    color: #FFFFFF;
}



@media only screen and (max-device-width: 480px) {
    .login-body {
        overflow: hidden;
    }
    .area-right {
        width: 100%;
        position: relative; 
        background: linear-gradient(333.69deg, #091321 45.75%, #0A2750 100%);
    }
    .area-left {
        width: 0%;
        visibility: hidden;
    }
    .form-area{ 
        width: 350px;
        height: 500px;
    }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
    .area-left {
        width: 50%;
        height: auto;
        position: relative; 
    } 

    .logo-area {
        width: 400px;
        height: 400px;
    }
    .form-area{ 
        width: 400px;
        height: 500px;
    }
}  

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
    .area-left {
        width: 50%;
        height: auto;
        position: relative; 
    } 

    .logo-area {
        width: 400px;
        height: 400px;
    }
    .form-area{ 
        width: 375px;
        height: 500px;
    }
}  
