﻿

body {
    overflow-x: hidden;
    box-sizing: border-box;
    background: #f3f3f3;
}



.login-page-main-section {
    height: 100vh;
}

    .login-page-main-section .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

.login-left-wrapper {
    background-color: #143652f0 !important;
    display: inherit;
    padding-right: 0;
}



/* .login-left-section-container {    position: absolute;    top: 30%;    left: 30%;} */

.logo-container {
    border: 2px solid #143652f0;
    border-radius: 50%;
    height: 220px;
    width: 220px;
    display: flex;
    background: #f3f3f3;
    align-items: center;
}

    .logo-container img {
        width: auto;
        padding: 15%;
        max-height: 100%;
        height: 160px;
        margin: 0 auto;
    }

.company-name {
    font-weight: 700;
    letter-spacing: 1.25px;
    font-size: 32px;
    margin-top: 15px;
}


.isp-slogan {
    margin-top: 30px;
    font-size: 21px;
    font-weight: 300;
    letter-spacing: 1px;
}

/*.p-version {
    position: absolute;
    bottom: 0;
    left: 5%;
    font-size: 13px;
    color: #f3f3f3;
}*/

.p-version {
    position: absolute;
    bottom: 0;
    left: 5%;
    color: #f3f3f3;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 16px;
    font-weight:700;
}
    .p-version:hover {
        color: #f3f3f3;
        text-decoration: underline;
    }


.login-right-wrapper {
    padding-left: 100px !important;
}


    .login-right-wrapper .card {
        height: auto;
        margin-top: auto;
        margin-bottom: auto;
        width: 400px;
        border: none;
        background-color: transparent;
    }

    .login-right-wrapper .card-body {
        padding: 1.25rem 0;
    }



.login-title {
    font-size: 30px;
    font-weight: 600;
}

.social_icon span {
    font-size: 60px;
    margin-left: 10px;
    color: #143652f0;
}

    .social_icon span:hover {
        color: white;
        cursor: pointer;
    }

.card-header h3 {
    color: white;
}

.social_icon {
    position: absolute;
    right: 20px;
    top: -45px;
}

.form-control:focus {
    border-color: #143652f0;
}


.input-group-prepend span {
    width: 100%;
    background-color: #143652f0;
    color: #f3f3f3;
    border: 0 !important;
}

input:focus {
    outline: 0 0 0 0 !important;
    box-shadow: 0 0 0 0 !important;
}

.remember {
    color: #143652f0;
    margin-bottom: 15px;
}

@media (max-width: 767px) {

    .remember {
        color: #fff !important;
    }
}

    .remember input {
        width: 20px;
        height: 20px;
        margin-left: 15px;
        margin-right: 5px;
    }

.login_btn {
    color: #f3f3f3;
    background-color: #143652f0;
    width: max-content;
}

@media (max-width: 767px) {

    .login_btn {
        width: 100% !important;
    }
}

    .login_btn:hover {
        color: black;
        background-color: white;
    }

.upper-btn {
    color: #143652f0;
    background-color: #f3f3f3;
    width: max-content;
    border: 1px solid #143652f0;
    transition: all .3s ease;
}

.login_btn:hover {
    color: #f3f3f3;
    background-color: #143652f0;
}

.links {
    color: white;
}

    .links a {
        margin-left: 4px;
        text-decoration: none;
    }



.copyright {
    position: absolute;
    bottom: 2%;
    right: 2%;
    font-size: 13px;
}

.client-reg {
    position: absolute;
    top: 2%;
    right: 2%;
}

.login-for-mobile {
    background-color: #143652f0;
}


.login-form-wrapper-mobile .card {
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    width: 100%;
    border: none;
    margin-top: 30px;
    background-color: transparent;
}

.client-reg-mobile {
    align-content: flex-end;
}




@media screen and (min-width: 1600px) and (max-width: 1919px) {


    /* .login-left-section-container {            left: 25%;        } */

}



@media screen and (min-width: 1440px) and (max-width: 1599px) {


    /* .login-left-section-container {            left: 25%;        } */

}



@media screen and (min-width: 1200px) and (max-width: 1439px) {


    /* .login-left-section-container {            left: 20%;        } */

}



@media screen and (min-width: 992px) and (max-width: 1199px) {

    /*         .login-left-section-container {            top: 25%;            left: 5%;        } */

    .company-name {
        font-size: 30px;
    }
}


@media screen and (min-width: 768px) and (max-width: 991px) {


    /* .login-left-section-container {            top: 25%;            left: 10%;        } */

    .company-name {
        font-size: 28px;
    }

    .isp-slogan {
        font-size: 19px;
    }

    .login-right-wrapper {
        padding-left: 50px !important;
    }

    .login-title {
        font-size: 26px;
    }

    .p-version {
        left: 10%;
    }
}

@media (min-width: 768px) {
    .login-for-mobile {
        display: none;
    }
}


@media (max-width: 767px) {
    .login-for-pc {
        display: none;
    }

    .logo-container {
        height: 170px;
        width: 170px;
    }

        .logo-container img {
            padding: 15%;
            height: 125px;
        }

    .input-group-prepend span {
        background-color: #fefefe;
        color: #143652f0;
    }
}


@media (max-width: 575px) {
    .login-form-wrapper-mobile .card {
        margin-top: 15px;
    }

    .p-version {
        margin-bottom: 0px;
        left: 3%;
    }

    .copyright {
        bottom: -5px;
    }
}