﻿.backgroundStyle.black {
    height: fit-content;
    min-height: calc(100vh - 105.44px);
    padding-top: 0 !important;
    background-image: url('../img/resources/herobanner_black.jpg');
}

.login-card {
    position: relative;
    margin: auto;
    width: 370px;
    background-color: white;
}

.back-button {
    position: absolute;
    top: 30px;
    left: calc(-50vw + 280px);
    cursor: pointer;
    color: white !important;
}

.bottom-spike {
    display: block;
    margin: auto;
    width: 373px;
    resize: both;
}

.login-card .tab-left{
    position: absolute;
    top: 80px;
    left: -10px;
    width: 20px;
    height: 65px;
    background-color: #b08a59;
    border-radius: 0 20px;
}

.login-card h2 {
    font-family: 'Branding SF Narrow';
    font-weight: 900;
    font-size: 3rem;
    text-align: center;
    color: #0e4750;
}

.login-card h6 {
    font-family: 'Branding SF Narrow';
    font-weight: 900;
    text-align: center;
    color: #0e4750;
    margin-bottom: 0;
}

.profile_picture{
    display: block;
    border-radius: 50%;
    width: 140px;
    margin: auto;
}


.password-container{
    position: relative;
}

.password-container .fa{
    position: absolute;
    top: 17px;
    right: 20px;
    cursor: pointer;
}

.password-container .fa.hidden{
    display: none;
}

.login-card .btn {
    font-family: 'Branding SF Narrow';
    font-weight: 600;
    display: block;
    width: 100%;
    background-color: #0e4750;
    color: white;
}

.login-card .forgot_pass{
    display: block;
    text-align: right;
    text-decoration: none;
    font-size: 10px;
}


@media (max-width: 992px) {
    .login-card, .bottom-spike {
        width: 100%;
    }

    .bottom-spike {
        transform: translateY(-2px);
    }

    .back-button{
        display: none;
    }

    .login-card h2 {
        font-size: 3rem;
    }
}