.page-login-section-form {
    padding: 38px;
    margin-top: 0;
    border-radius: 15px;
}

.page-login-section-form form .form-control {
    height: 52px;
    border: 1px solid #b4b4b4;
    border-radius: 5px;
}

.page-login-section-logo{
    text-align: left;
    background: #32363a!important;
}
.page-login-section-logo span{
    color: #fff;
    font-size: 17px;
}
.page-login-section-logo img{
    width: 25%;
}
body {
    background: #006699;
}

.page-login-section-form form {
    margin-top: 33px;
}

.page-login-section-form form .form-link {
    font-weight: 600;
    text-decoration: underline;
    font-size: 15px;
    text-align: left;
    color: var(--color-title);
}
.page-login-section-form form .form-control:focus {
    border: 2px solid #006699;
    outline: 0;
    box-shadow: none;
}
.btn-dark, .btn-orange{
    border-radius: 6px;
}
.text-white{
    color: white;
}
.fs-13{
    font-size: 13px;
}
.gap-1-custom{
    gap: 1.15rem !important;
}
.checkbox input[type=checkbox] + label {
    width: 16px;
    height: 16px;
}
.checkbox input[type=checkbox].chx + label:before {
    width: 6px;
    height: 6px;
}
.txt{
    cursor: pointer;
}
