﻿
/*
 ----------------------------------------------------------- 
    bootstrap css change
 */

.form-control:enabled {
    color: #19181B !important;
}

.form-control:focus:enabled {
    border-color: #008F91 !important;
    outline: none;
    -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075);
    box-shadow: inset 0 2px 2px rgba(0,0,0,.075);
}

.form-control:hover:enabled {
    border-color: #19181B !important;
    outline: none;
    -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075);
    box-shadow: inset 0 2px 2px rgba(0,0,0,.075);
}

.form-control.error, .form-control.error:hover, .form-control.error:focus {
    border-color: #d74338 !important;
    outline: none;
    -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075);
    box-shadow: inset 0 2px 2px rgba(0,0,0,.075);
}

.form-check-input:focus:enabled,
.form-select:focus:enabled {
    border-color: #008F91;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075), 0 0 5px rgb(0, 143, 145);
    box-shadow: inset 0 2px 2px rgba(0,0,0,.075), 0 0 5px rgb(0, 143, 145);
}



.form-control::-ms-reveal {
    display: none
}


.darkGrey {
    color: #8A8C99;
}

.white {
    color: white !important;
}

.darkBlue {
    color: #0856B1;
}

.g-2px {
    gap: 2px;
}

.card-header.mode-buttons-container {
    border: 0;
    background: white;
}


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



.card-body .row {
    margin-top: 9px;
}

label {
    margin-bottom: 5px;
}

.h-48 {
    height: 48px;
}

.hr-center {
    margin: 1rem 0px;
    border-top: 1px solid #D2D4D4;
    opacity: 1;
    flex: none;
    width: 40%;
}

.w-max {
    width: max-content;
}

.double-hr {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    margin: 20px 0px 10px 0px;
    justify-content: space-between;
}

.text-and {
    width: 16%;
    text-align: center;
}

.cursor-pointer {
    cursor: pointer;
}

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

.welcome-text {
    color: #FFF;
    text-align: center;
    font-size: 26px;
    font-family: Ubuntu;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.52px;
}


.left-welcome-screen {
    display: flex;
    width: 419px;
    padding: 135px 87px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 44px;
    border-radius: 8px 0px 0px 8px;
    background: var(--emerald-green, #004645);
    box-shadow: 0px 54px 47px -18px rgba(0, 0, 0, 0.2);
    margin: 230px 0px;
}



.p-30 {
    padding: 30px;
}

.g-20 {
    gap: 20px;
}

.form-check-input {
    cursor: pointer;
}

    .form-check-input:checked {
        background-color: #008F91;
        border-color: #008F91;
    }

.biggerX {
    font-size: 26px;
}

.dark {
    color: #2C3537;
}


.bodyL {
    font-family: Ubuntu;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
