/* **** Default **** */

input:focus {
    border: 3px solid #555;
}

.nav-bar-container {
    display: none;
}

/* Change autocomplete styles in WebKit */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: gray;
    margin-top: 5px;
}


/* **** Default **** */

.login-form {
    width: 400px;
    margin-top: 20vh;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.login-form form {
    margin-bottom: 15px;
    background: white; 
    box-shadow: 0px 1px 9px rgb(0 0 0 / 30%);
    border-radius: 0px;
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
}

.twofactor-form {
    margin-bottom: 15px;
    background: white; 
    box-shadow: 0px 1px 9px rgb(0 0 0 / 30%);
    border-radius: 0px;
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
}

.login-form h2 {
    margin: 0 0 15px;
}

.form-control {
    width: -webkit-fill-available;
    background-color: #f5f5f5 !important;
    border: thin;
}

.form-control,
.btn {
    padding: 12px;
    outline: none;
}

.container-checkbox-fix {
    font-size: 15px;
    padding-top: 4px;
}

.form-group {
    margin-bottom: 15px;
}

input, textarea {
    background-color : #d1d1d1;
  }

.btn {
    font-size: 15px;
    background-color: rgba(235, 140, 0, 1) !important;
    border-radius: 0px !important;
    border-style: none !important;
    color: white;
    width: 250px;
    cursor: pointer;
    /* margin-top: 16px; */
    padding: 10px;
}

.btn:hover {
    background: #222A35 !important;
}

.login-logo {
    width: 100vw;
}




.base-body {
    background-color: white;
}

.success-block {
    background-color: #d9ead3;
    padding: 6px;
    font-size: 12px;
    text-align: center;
    color: #274e13;
    border-style: solid;
    border-width: 1px;
    border-color: #6aa84f;
}

.error-block {
    background-color: #ea9999;
    padding: 6px;
    font-size: 12px;
    text-align: center;
    color: #cc0000/* #3E4349*/
    ;
    /* border-radius: 4px; */
    border-style: solid;
    border-width: 1px;
    border-color: #e06666;
}