/* login page css start */
.login-page {
    background-image: url(../images/profile-bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100%;
    height: auto;
    overflow-x: hidden;
    overflow-y: hidden;
}

.login-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    transform: scale(1.3);

}

.page-heading {
    margin-bottom: 1rem;
}

.page-heading h3 {
    color: #43B9B2;
}

.login-wrapper {
    /* background-image: url(../images/profile-bg.png); */
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: white;
    border: 2px solid #43B9B2;
    border-radius: 10px;
    padding: 2rem;
    display: flex !important;
    justify-content: center !important;
    box-shadow: 0px 0px 10px #43b9b155;
}

.login-img {
    text-align: center;
}

.login-img img {
    width: 500px;
}



.user-social-link .facebook {
    background-color: #3b5998;
    color: white;
    font-size: 1.1rem;
    width: 70%;
    margin-top: 1rem;
}

.user-social-link .twitter {
    background-color: #00acee;
    color: white;
    font-size: 1.1rem;
    width: 70%;
    margin-top: 1rem;
}

.user-social-link .google {
    background-color: #E60023;
    color: white;
    font-size: 1.1rem;
    width: 70%;
    margin-top: 1rem;
}

.divider {
    width: auto;
}

.user-divider {
    width: 1px;
    height: 240px;
    background: #43B9B2;
    position: relative;
    z-index: 1;

}

.user-form {
    margin-top: 1rem;
}

.user-form .input-box {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: aliceblue;
}

.user-form {
    text-align: center;
}

.user-form a {
    text-align: center;
    background-color: #43B9B2;
    color: white;
    font-size: 0.9rem;
    padding: 0.2rem 2rem 0.3rem;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
}

.form-content {
    width: 80%;
}

.user-form p a {
    color: #119744;
    background: white;
    font-weight: 700;
}

.click-form {
    margin-top: 3rem;
}

.form-line {
    background-color: white;
    border-radius: 10px;
    border: 2px solid rgb(231, 231, 231);
    padding: 1rem;
}

.form-line p a {
    color: #119744;
    font-weight: 700;
}

.user-form p a:hover {
    border-bottom: 2px solid green;
}

.form-line p a:hover {
    border-bottom: 2px solid green;
}

.login-page-logo {
    text-align: center;
}

.login-page-logo img {
    width: 170px;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 0.8rem;
    font-weight: 400;
    border: 1px solid #43B9B2;
}

@media only screen and (min-width:1300px) and (max-width:1400px) {
    .login-container {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
        transform: scale(1.2);

    }
}

@media only screen and (min-width:1200px) and (max-width:1299px) {
    .login-container {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
        transform: scale(1.1);

    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .login-container {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
        transform: scale(0.9);

    }
}

@media only screen and (max-width:991px) {
    .login-container {
        transform: scale(0.9);
        display: block;
        justify-content: center;
        height: 100%;
    }
    .page-heading h3 {
        font-size: 1.8rem;
    }
    .page-heading {
        margin-bottom: 0rem;
    }

    .form-control {
        width: 60%;
    }


    .user-form {
        display: flex;
        justify-content: center;
    }

    .login-wrapper {
        background-size: cover;
        height: calc(100vh - 80px);
        height: auto;
        background-image: none;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-color: transparent;
        border: none;
        border-radius: 10px;
        padding: 2rem;
        display: flex !important;
        justify-content: center !important;
        box-shadow: none;

    }

    .login-page {
        background-size: cover;

    }
}

@media only screen and (max-width:768px) {
    .login-wrapper {
        background-size: cover;
        height: calc(100vh - 80px);
    }

    .user-form {
        display: flex;
        justify-content: center;
    }

    .login-wrapper {
        background-size: cover;
    }

    .login-page {
        background-size: cover;

    }
}

@media only screen and (max-width:550px) {



    .user-form {
        display: flex;
        justify-content: center;
    }

    .login-wrapper {
        background-size: cover;
    }

    .login-page {
        background-size: cover;

    }
}



@media only screen and (max-width:992px) {
    .user-social-link .facebook {
        width: 100%;

    }

    .user-social-link .twitter {
        width: 100%;

    }

    .user-social-link .google {
        width: 100%;
    }

    .user-divider {
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: center !important;
        width: 200px;
        height: 1px;
        margin: 1rem;
        background: black;
        position: relative;
        z-index: 1;

    }

    .form-content {
        width: 100%;
    }
}

@media only screen and (max-width:330px) {
    .login-img img {
        width: 200px
    }

    .login-logo img {
        width: 200px;
    }
}

@media only screen and (max-width:550px) {
    .login-page-logo img {
        width: 230px;
    }

    .form-control {
        display: block;
        width: 100%;
        padding: 0.9rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        border: 1px solid #43B9B2;
    }
}

/* login page css end */
