@font-face {
    font-family: Montserrat-Regular;
    src: url('../fonts/montserrat/Montserrat-Regular.ttf');
}

@font-face {
    font-family: Montserrat-Bold;
    src: url('../fonts/montserrat/Montserrat-Bold.ttf');
}

@font-face {
    font-family: Montserrat-Black;
    src: url('../fonts/montserrat/Montserrat-Black.ttf');
}

@font-face {
    font-family: Montserrat-SemiBold;
    src: url('../fonts/montserrat/Montserrat-SemiBold.ttf');
}

@font-face {
    font-family: Montserrat-Medium;
    src: url('../fonts/montserrat/Montserrat-Medium.ttf');
}

.navbar {
    background-color: transparent !important;
}

.header-brand {
    position: relative;
    z-index: 0;
}

.overlay_web {
    background-image: url("../img/left_sidebar.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
}

.img-col {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    width: 50%;
    background-color: #00BCD4;
}

.right-col h1 {
    font-family: Montserrat-SemiBold, serif;
    font-size: 30px;
}

.right-col p {
    font-family: Montserrat-Regular, serif;
    font-size: 20px;
}

.right-col-header {
    padding-bottom: 15px;
}

.signin-col {
    padding: 0px 170px;
}

.signin-form label {
    font-family: Montserrat-SemiBold, serif;
    font-size: 15px;
}

.buttons-container {
    padding: 7px 155px;
}

.buttons-container p {
    font-family: Montserrat-SemiBold, serif;
    font-size: 15px;
    margin-bottom: 10px;
    color: black;
}

.sign-in-btn {
    background-image: -webkit-linear-gradient(-5deg, rgb(47, 76, 254) 0%, rgb(7, 251, 236) 100%);
    box-shadow: 0 1px 36.9px 4.1px rgba(0, 145, 255, 0.18);
    border-radius: 25px;
    border: none;
    padding: 15px 50px;
    margin-bottom: 10px;
    color: white;
    font-family: Montserrat-SemiBold, serif;
    font-size: 13px;
    width: 100%;
}

.separator {
    display: flex;
    align-items: center;
    text-align: center;
}

.separator::before, .separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #000;
}

.separator::before {
    margin-right: 20px;
}

.separator::after {
    margin-left: 20px;
}

.facebook-btn {
    background-color: #4567b2;
    border-radius: 25px;
    border: none;
    padding: 15px 50px;
    color: white;
    font-family: Montserrat-SemiBold, serif;
    font-size: 13px;
    margin-bottom: 20px;
    width: 100%;
}

.fa-facebook-f:before, .fa-facebook:before {
    font-size: 18px;
}

.google-btn {
    background-color: white;
    border-radius: 25px;
    border: none;
    padding: 15px 50px;
    color: black;
    font-family: Montserrat-SemiBold, serif;
    font-size: 13px;
    box-shadow: 0px 1px 36.9px 4.1px rgba(0, 145, 255, 0.18);
    width: 100%;
}

.sign-in-btn:hover {
    color: white !important;
}

.facebook-btn:hover {
    color: white !important
}

.bottom-row p {
    font-family: Montserrat-SemiBold, serif;
    font-size: 13px;
    margin-right: 15px;
}

.new-account-btn {
    border-width: 1px;
    border-radius: 20px;
    border-color: rgb(165, 191, 198);
    border-style: solid;
    background-color: white;
    color: black;
    font-size: 13px;
    font-family: Montserrat-SemiBold, serif;
}

.middle-row {
    margin-bottom: 5px;
}

.middle-row p {
    font-size: 13px;
    padding-right: 10px;
    color: black;
}

.social-footer p {
    font-family: Montserrat-Regular, serif;
    color: black;
}

[class^="icon-"], [class*=" icon-"] {
    font-size: 15px !important;
}

@media only screen and (max-width: 1200px) {
    .overlay_mobile {
        background-image: url("../img/simple_sidebar.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        position: fixed;
        top: 0;
        left: 0;
        opacity: 0.5;
        min-width: 100%;
        min-height: 100%;
    }

    .signin-col {
        padding: 0;
    }

    .buttons-container {
        padding: 0;
    }

    .right-col h1 {
        font-size: 28px;
    }
}

@media only screen and (min-width: 321px) and (max-width: 767px) {
    .mobile_section p {
        font-family: Montserrat-SemiBold, serif;
        font-size: 11px;
        letter-spacing: 1px;
    }

    .mobile-section .btn {
        font-size: 10px;
        width: 100%;
    }

    .sign-in-btn {
        padding: 10px;
    }

    .buttons-container {
        padding: 0;
    }

    .facebook-btn {
        padding: 10px;
        font-size: 7px;
        width: 100%;
    }

    .google-btn {
        padding: 10px;
        font-size: 7px;
        width: 100%;
    }

    .google-btn img {
        width: 5%;
    }

    .right-col h1 {
        font-size: 18px;
    }

    .right-col-header {
        margin-top: 30px;
    }

    .right-col-header p {
        font-size: 15px;
    }

    .signin-form label {
        font-size: 12px;
    }

    .buttons-container {
        margin-bottom: 55px;
    }

    .mobile-section .flex-column .my-auto {
        font-size: 12px !important;
    }

    .new-account-btn {
        font-size: 12px;
    }

    .form-control {
        font-size: 11px;
        height: 30px;
    }

    a {
        font-size: 11px;
    }
}

@media only screen and (max-width: 320px) {
    .mobile_section p {
        font-family: Montserrat-SemiBold, serif;
        font-size: 10px;
        letter-spacing: 1px;
    }

    .mobile-section .btn {
        font-size: 10px;
        width: 100%;
    }

    .buttons-container {
        padding: 0;
    }

    .sign-in-btn {
        padding: 10px;
    }

    .facebook-btn {
        padding: 10px;
        font-size: 7px;
        width: 100%;
    }

    .google-btn {
        padding: 10px;
        font-size: 7px;
        width: 100%;
    }

    .sign-in-btn {
        padding: 10px 80px;
        font-size: 10px;
    }

    .right-col h1 {
        font-size: 17px;
    }

    .right-col p {
        font-size: 9px;
    }

    .right-col-header {
        padding-bottom: 8px;
    }

    .right-col-header p {
        font-size: 13px;
    }

    .signin-form label {
        font-size: 12px;
    }

    .form-control {
        height: 25px;
        font-size: 13px;
        padding: 3px;
    }

    .signin-form a {
        font-size: 13px;
    }

    .separator {
        font-size: 13px;
    }

    .mobile-section p {
        font-size: 11px;
    }

    .new-account-btn {
        font-size: 11px;
    }
}

