﻿
.login-form-sec h1 {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}

.login-form-sec h3 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 30px;
    text-align: center;
}

.login-form-sec .primary_btn {
    font-weight: 600 !important;
    font-size: 17px !important;
    text-transform: uppercase;
    height: 47px !important;
    min-height: 48px;
}

.login-form-sec input:focus {
    box-shadow: none !important;
}

.login-form-sec .checkbox label {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
}

.login-form-sec .checkbox .form-check-input:checked {
    background-color: #34a697;
    border-color: #34a697;
}

.login-form-sec {
    background: url(https://images.pexels.com/photos/8613362/pexels-photo-8613362.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1);
    / background: url(../img/carousel1.jpg);
    / background-repeat:no-repeat;
    background-size: cover;
    padding: 50px 16px;
    height: auto;
    position: relative;
    min-height: calc(100vh - 56px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

    .login-form-sec:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: rgb(0 0 0 / 30%);
    }

    .login-form-sec > * {
        position: relative;
    }

    .login-form-sec button:hover {
        color: #34a697 !important;
        border: 2px solid #34a697;
    }

    .login-form-sec form {
        max-width: 500px;
        margin: 0 auto;
    }

section.login {
    max-width: 620px;
    margin: 0 auto;
    z-index: 1;
    padding: 50px 16px;
    background: #ffffffc7;
    width: 100%;
    border-radius: 15px;
}

    section.login a {
        font-size: 16px;
        color: #34a697;
        text-decoration: none;
        font-weight: 600;
    }

.btm-links {
    padding: 20px 0px 0px;
}

section.another-serviceform#account {
    max-width: 500px;
    margin: 0 auto;
}

.checkbox button#login-submit:hover {
    color: #34a697 !important;
    border: 2px solid #34a697;
}

section.another-service h3 {
    color: #fff;
}

section.another-service p {
    text-align: center;
}

.btm-links.d-flex {
    flex-wrap: wrap;
}

section.another-service {
    max-width: 800px;
    margin: 0 auto;
    padding-top: 0px;
}

    section.another-service button {
        border-radius: 4px;
    }

.login-form-sec .checkbox {
    margin-bottom: 10px;
}

.login-form-sec .form-group input {
    height: 48px !important;
    border-radius: 4px !important;
    font-size: 17px !important;
}

.login-form-sec .form-label {
    display: block;
    line-height: 16px;
    font-size: 16px;
    margin: 0 0 5px;
}

section.another-service p {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    max-width: 510px;
    margin: 0 auto;
}

    section.another-service p a {
        color: #fff;
    }

.checkbox input {
    margin-top: 0px !important;
}

footer ul li a {
    color: #fff !important;
}
section.login p {
    font-size: 16px;
    text-align: center;
}
@media(max-width:767px) {
    section.login {
        padding: 40px 16px;
    }

        section.login a {
            font-size: 15px;
        }

    .login-form-sec .form-label {
        line-height: 15px;
        font-size: 15px;
    }
    section.login p {
        font-size: 15px;
    }
}

@media(max-width:575px) {
    .login-form-sec {
        min-height: calc(100vh - 70px);
    }
    .login-form-sec h1 {
        font-size: 36px;
    }
}

@media(max-width:370px) {
    .login-form-sec .checkbox {
        margin-bottom: 10px;
        flex-flow: column;
    }

        .login-form-sec .checkbox label {
            margin-bottom: 5px;
        }
}
