html {
    height: 100%;
    width: 100%;
    background-color: #ffffff;
}

body {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.row {
    height: 100%;
}

.main {
    margin: auto;
}

.alert {
    text-align: center;
}

.alert-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

#custom-container {
    width: 100%;
    display: inline;
}

#content {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
}

#content ul {
    list-style: none;
    font-weight: bold;
}

#background-rotate {
    min-height: 100%;
    background: linear-gradient(135deg, transparent 50%, rgb(0, 164, 211) 1%);
    margin: 0;
    background-size: 100% auto;
}

#form-api-socle {
    padding: 25px;
    color: #003c57;
    background-color: white;
    padding: 15px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 2%;
}

#form-api-socle label {
    margin-bottom: 10px;
}

#logo-form-korian {
    text-align: center;
    margin-top: 20px;
}

#logo-form-korian img{
    width: 100%;
}

#title-form {
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
    margin: 10px;
}

.submit-form-api-socle .btn-success {
    background-color: #00abbe !important;
    border-color: #00abbe !important;
    width: 70%;
    font-weight: bold;
}

.submit-form-api-socle {
    text-align: center;
    margin-bottom: 10px;
}

.custom-switch label {
    cursor: pointer;
}
.custom-control-input:checked ~ .custom-control-label::before {
    background-color: #00abbe !important;
    border-color: #00abbe !important;
}

#form-api-socle .custom-control {
    text-align: center;
    margin-bottom: 10px;
    padding-left: 0 !important;
}

#form-api-socle .custom-control input {
    text-align: center;
    font-weight: bold;
}

#tabs-login-ul {
    margin-bottom: 15px;
    margin-top: 15px;
    display: flex;
    background-color: #fafafa;
}

#tabs-login-ul li {
    text-align: center;
    padding: inherit !important;
    flex: auto;
}

#tabs-login-ul li a {
    color: darkgray;
    border-bottom: solid 3px lightgrey;
}

#tabs-login-ul li a:hover {
    color: #003C57 !important;
    background-color: #fff;
    border-top: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-bottom: solid 3px #00ABBE;
    cursor: pointer;
}

#tabs-login-ul li .nav-link.active {
    color: #003C57 !important;
    border-bottom: solid 3px #00ABBE !important;
}
