﻿.login-main-panel {
    display: flex;
    flex-wrap: wrap;
}

.login-left-panel {
    background-image: url('../Images/blue-flag-bg.png');
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: #002F87;
    width: 30%;
    padding: 20px;
    display: flex;
    text-align: center;
    align-items: center;
}
.login-right-panel {
    width: 70%;
    text-align: center;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 40px;
    background-color: #ffffff;
}
.login-logo {
    width: 250px;
    margin-bottom: 31px;
}
.login-logo-content p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 100px;
}

.login-welcome-head {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 59px;
    text-align: center;
    color: #242A35;
    margin-bottom: 8px;
}

.login-welcome-text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #5A677D;
    margin-bottom: 40px;
}

.login-btn {
    padding: 14px 36px;
    background: #002F87;
    border-radius: 4px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    width: 344px;
    height: 50px;
    border-radius: 4px;
}

    .login-btn:hover {
        background: #7FADE3;
        color: #ffffff;
    }


    .login-btn:focus {
        background: #3F7EC9;
        color: #ffffff;
        outline: none;
        box-shadow: none;
    }

.login-welcome-divider {
    width: 228px;
    text-align: center;
    background: #7D8A9F;
    height: 1px;
    margin: 65px auto 98px;
}

.login-access-qns {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #242A35;
    margin-bottom: 40px;
}

.login-link-content {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #242A35;
}

.login-link {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #002F87;
    text-decoration: none;
}

@media only screen and (max-width: 1440px) and (min-width:1440px)
{
    .login-logo-content p{
        padding: 0px 27px;
    }
}
@media only screen and (max-width: 1024px) {
    .login-links-panel{
        width:102%;
    }
    .login-left-panel{
        width:40%;
    }
    .login-right-panel{
        width:60%;
    }
    .login-logo-content p {
        padding: 0px 27px;
    }
}

@media only screen and (max-width: 768px) {
    .login-left-panel {
        width: 40%;
    }

    .login-right-panel {
        width: 60%;
    }
}
@media only screen and (max-width: 640px) {
    .login-left-panel {
        width: 100%;
        background-position: bottom;
        padding: 117px 60px 132px;
    }

    .login-logo-content p {
        margin-bottom: 0px;
    }

    .login-right-panel {
        width: 100%;
        height: auto;
        padding: 70px 20px;
    }

    .login-welcome-divider {
        margin: 40px auto;
    }
}

@media only screen and (max-width: 450px) {
    .login-left-panel {
       /* width: 100%;*/
        background-position: 0px -12px;
        padding: 50px 20px 50px;
    }

}

@media only screen and (max-width: 390px) {
    .login-left-panel {
       /* width: 100%;*/
    }
    .login-right-panel {
        width: 100%;
        height: auto;
        padding: 40px 20px 60px;
    }
    

}

@media only screen and (max-width: 388px) {
    .login-left-panel {
       /* width: 100%;*/
        background-position: 0px -100px;
        padding: 30px 20px 30px;
    }

    .login-right-panel {
        width: 100%;
        height: auto;
        padding: 40px 20px 60px;
    }
    .login-logo-content p {
        font-size: 12px;
        line-height: 15px;
    }
    .login-welcome-head{
        font-size: 24px;
        line-height: 29px;
    }
    .login-welcome-text{
        font-size:16px;
        line-height:20px;
    }
    .login-access-qns{
        font-size:18px;
        line-height:22px;
    }
    .login-link{
        font-size:16px;
        line-height:20px;
    }
    .login-link-content{
        font-size:16px;
    }
    .login-logo{
        width:150px;
        height:25.82px;
    }
}
