/**{*/
/*	border: 1px solid red;*/
/*}*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');

* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}


.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.col-lg-6{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
body {
    font-family: Poppins, serif;
    /*display: flex;*/
    /*flex-direction: column;*/
    overflow: hidden !important;
}
.responsive{
    width: 100%;
    height: auto;
}
.backbtn a{
    text-decoration: none;
    border: 1px solid #2776b6;
    padding: 10px;
    cursor: pointer;
    color: #2776b6;
    border-radius: 5px;
    transition: all 0.5s ease-in;
}
.backbtn a:hover{
    background: #2776b6;
    border: 1px solid #2776b6;
    color: white;
    border-radius: 5px;
    transition: all 0.5s ease-in;
}


/*.login {*/
/*    !* padding: 125px 125px 0 99px; *!*/
/*    position: absolute;*/
/*    width: 80%;*/
/*    top: 40%;*/
/*    left: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*}*/
.f-mob{
    text-align: center;
}
.login-heading {
    margin-top: 60px;
    padding-left:80px;
}

.input-group-append {
    margin-left: -45px !important;
}

.login-heading h2 {
    font-weight: 700;
    color: #092c44;
}

.login-heading span {
    color: #757575ad;
    font-weight: 500;
    font-size: 15px;
}

.email-label,
.pass-label,
.name-label,
.phone-label {
    font-weight: 500;
}

.email-input,
.pass-input,
.name-input,
.phone-input,
.pass-input {
    width: 65% !important;
    padding: 12px 0 !important;
    border: none !important;
    box-shadow: 4px 4px 71px 31px #2c41de19;
}

.forget {
    text-decoration: none;
    color: #2776b6;
    cursor: pointer;
}

.login-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 65%;
}

.login-btn button {
    width: 100%;
    padding: 12px 0;
    border: none;
    outline: none;
    background-color: #2776b6;
    color: #ffffff;
    border-radius: 8px;
}

.login-btn span {
    margin-top: 20px;
    font-weight: 500;
    color: #757575ad;
}

.login-btn span a {
    text-decoration: none;
    color: #2776b6;
    cursor: pointer;
}

.home-btn,
.back-btn {
    position: absolute;
    bottom: 54px;
    left: 209px;
    font-size: 20px;
    margin-top: 5%;
}

.home-btn a,
.back-btn a {
    text-decoration: none;
    border: 1px solid #2776b6;
    padding: 10px;
    cursor: pointer;
    color: #2776b6;
    border-radius: 5px;
    transition: all 0.5s ease-in;
}

.home-btn a:hover,
.back-btn a:hover {
    background-color:#2776b6;
    color: #ffffff;
    text-decoration: none;
}

.mob-view {
    display: none !important;
}

#checkbox {
    width: 20px;
    height: 20px;
}

@media only screen and (max-width: 768px) {
    .desk-view {
        display: none !important;
    }

    .mob-view {
        display: block !important;
    }

    .email-input,
    .pass-input,
    .name-input,
    .phone-input,
    .pass-input {
        width: 100% !important;
    }

    .login-btn {
        width: 100%;
    }

    .home-btn {
        bottom: 30px;
        left: 165px;
        font-size: 16px;
    }

    .back-btn {
        bottom: 80px !important;
        text-align: center !important;
        left: 0 !important;
    }

    .mob-login {
        top: 43% !important;
    }

    .login-heading h2 {
        font-size: 22px;
    }
    .back-btn {
        bottom: 20px !important;
        text-align: center !important;
        left: 0 !important;
    }

    .mob-login {
        top: 48% !important;
    }

    .back-btn a {
        font-size: 12px;
    }

    .forget {
        font-size: 14px;
    }

    .mob-level {
        font-size: 14px;
    }
    .login-heading{
        margin-top: 60px;
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media only screen and (min-width: 768px) {
    .responsive{
        width: 100%;
        height: 144%;
    }
}

/* ----------- iPad  ----------- */

/*Landscape*/
@media only screen and (min-width : 768px)and (max-device-width : 1024px) and (max-device-height : 1024px) and (orientation : landscape) {

    .login-heading{
        margin-top: 60px;
        padding-left: 40px;
        padding-right: 40px;
    }
    .email-input,
    .pass-input,
    .name-input,
    .phone-input,
    .pass-input {
        width: 85% !important;
    }
    .login-btn{
        width: 85%;
    }

}
/*Portrait*/
@media only screen and (min-width: 768px) and (max-width : 1024px) and (device-height: 1024px) and (orientation : portrait) {

    .login-heading{
        margin-top: 80px;
        padding-left: 80px;
        padding-right: 80px;
    }
    .desk-view {
        display: none !important;
    }

    .mob-view {
        display: block !important;
    }
    .email-input,
    .pass-input,
    .name-input,
    .phone-input,
    .pass-input {
        width: 100% !important;
    }
    .login-btn{
        width: 100%;
    }

    .forget{
        margin-left: 125px;
    }

}

/* ----------- iPad pro ----------- */

/* Landscape*/

@media only screen and (min-device-width: 1366px) and (max-device-height: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape)  {


    .email-input,
    .pass-input,
    .name-input,
    .phone-input,
    .pass-input {
        width: 80% !important;
    }

    .login-btn {
        width: 80%;
    }
    .forget{
        margin-left: 75px;
    }
}

/* Portrait*/
@media only screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait)  {
    .desk-view {
        display: none !important;
    }

    .mob-view {
        display: block !important;
    }
    .email-input,
    .pass-input,
    .name-input,
    .phone-input,
    .pass-input {
        width: 90% !important;
    }
    .login-btn{
        width: 90%;
    }

    .forget{
        margin-left: 122px;
    }
    .login-heading{
        margin-top: 140px;
        padding-left: 130px;
        padding-right: 80px;
    }
}
