@font-face {
    font-family: Dosis-ExtraBold;
    src: url('../css/fonts/Dosis/Dosis-ExtraBold.ttf');
}

@font-face {
    font-family: Dosis-ExtraBold;
    font-weight: bold;
    src: url('../css/fonts/Dosis/Dosis-ExtraBold.ttf');
}

@font-face {
    font-family: Dosis-SemiBold;
    src: url('../css/fonts/Dosis/Dosis-SemiBold.ttf');
}

@font-face {
    font-family: Dosis-SemiBold;
    font-weight: bold;
    src: url('../css/fonts/Dosis/Dosis-SemiBold.ttf');
}

body,
html {
    margin: 0;
    height: 87%;
    background: #f8f9fa !important;
}

.user_card {
    height: 555px;
    width: 600px;
    margin-top: 5%;
    margin-bottom: 0px;
    background: linear-gradient(to bottom right, #ff6a00, #ffb480);
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5px;

}

.my-heading h3{
    font-family: Dosis-SemiBold;
    text-align: center;
}

.my-heading{
    margin-bottom: 0px;
}

.brand_logo_container {
    position: absolute;
    height: 170px;
    width: 170px;
    top: -75px;
    border-radius: 50%;
    background: #f8f9fa;
    padding: 10px;
    text-align: center;
}

.brand_logo {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    border: 2px solid white;
}

.form_container {
    max-height: 100%; /* Ensures the container does not overflow its parent */
    height: auto; /* Automatically adjust height based on content */
    overflow-y: auto; /* Adds a vertical scrollbar if content exceeds container height */
    padding: 10px;
    box-sizing: border-box;
}

.btn {
    border-radius: 5px;
}

.login_btn {
    width: 100%;
    background: linear-gradient(to bottom right, #0e0701, #34302d);
    color: white !important;
}

.login_btn:focus {
    box-shadow: none !important;
    outline: 0px !important;
}

.login_container {
    padding: 0 2rem;
}

.input-group-text {
    background: linear-gradient(to bottom right, #000, #f99d42);
    color: white !important;
    border: 0 !important;
    border-radius: 0.25rem 0 0 0.25rem !important;
}

.input_user,
.input_pass:focus {
    box-shadow: none !important;
    outline: 0px !important;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #74512D !important;
}

.my-logo {
    background: #74512D;
    width: 150px;
    height: 150px;
    border-radius: 70%;
}

.my-logo p {
    color: white;
    font-size: 12px;
    font-family: Rockybilly;
    text-align: center;
    padding-top: 70px;
}