
* {
    font-family: sans-serif;
    letter-spacing: 0.5px;
    color: #2e2e2e;
}

/* FROM BOOTSTRAP*/

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    box-sizing: border-box;
    line-height: 1.5;
    color: #212529;
    background-color: #f8f8f8;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.text-center {
    text-align: center!important;
}

.fw-bold {
    font-weight: 700!important;
}

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: .25;
}

.w-25 {
    width: 25%!important;
}

.mx-0 {
    margin-right: 0!important;
    margin-left: 0!important;
}

.mx-3 {
    margin-right: 1rem!important;
    margin-left: 1rem!important;
}

.p-0{
    padding: 0!important;
}

.mt-3 {
    margin-top: 1rem!important;
}

.mb-3 {
    margin-bottom: 1rem!important;
}

.mb-4 {
    margin-bottom: 1.5rem!important;
}

.mb-5 {
    margin-bottom: 3rem!important;
}

.my-5 {
    margin-top: 3rem!important;
    margin-bottom: 3rem!important;
}

.w-100 {
    width: 100%!important;
}

.justify-content-center {
    justify-content: center!important;
}

.align-items-center {
    align-items: center!important;
}

label {
    display: inline-block;
}

.d-flex {
    display: flex!important;
}

.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
}

.input-group {
    position: relative;
    display: flex;
    align-items: stretch;
    width: 100%;
}


.btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: #fff;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: 1px;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 0.375rem;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}



/** END BOOSTRAP */

/** USER */
.list_view_logo {
    width: 282px;
    padding-top: 6px;
}


.login-container {
    height: 100vh;
    width: 500px;
    display: flex;
    justify-content: center;
}

.container{
    padding-top: 0;
    margin-top: 0;
}

@media (min-width: 768px) {
    .login-container {
        /*align-items: center;*/
    }
}

a {
    color: unset;
    text-decoration: unset;
    cursor: pointer;
}

.form-control:focus{
    border: 1px solid #ced4da;
    box-shadow: unset;
}

.btn:focus, .btn:active:focus{
    border: 1px solid #ced4da;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1), 0 2px 2px rgba(0,0,0,0.1), 0 4px 4px rgba(0,0,0,0.1), 0 8px 8px rgba(0,0,0,0.1);
    border-color: #c21572;
}


.eye-icon {
    cursor: pointer;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: 1px;
}

.phone{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#phone_number{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left-width: 0px;
}

body {
    background: #f6f6f6;
}
.login_form{
    background: white;
    border-radius: 6px;
    padding: 40px;
    width: 100%;
    height: fit-content;
}

.shadow-shorter {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
label{
    margin-bottom: 0.5rem;
}

.form-control{
    background: #f8f8f8;
}

.btn{
    background: #c21572;
    border-color: #c21572;
    font-size: 14px;
}

.btn:hover{
    background: #ff0055;
    border-color: #ff0055;
}

.btn:focus{
    background: #c21572;
    outline: none;
}

.login_btn{
    box-shadow: 0 1px 1px rgba(0,0,0,0.1), 0 2px 2px rgba(0,0,0,0.1), 0 4px 4px rgba(0,0,0,0.1), 0 8px 8px rgba(0,0,0,0.1);
    padding: 10px 0;
}

.reg{
    background: #fff;
    border-color: rgb(194 21 114 / 75%);
    border-width: 1px;
    color: rgb(194 21 114 / 90%);
    white-space: nowrap;
}

.reg:hover{
    background: #ff0055;
    border-color: #ff0055;
    color: #fff;
}

.list_view_logo svg {
    height: 36px;
}

.lofti_svg_reg {
    width: 104px;
}
.login_text{
    font-size: 18px;
}
.or{
    margin-top: -4px;
    opacity: 0.5;
    align-items: center;
    display: flex;
}

.show_password{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.list_view_logo > div > svg:nth-child(1) {
    margin-right: 10px;
    z-index: 1;
}

.list_view_logo > div > svg:nth-child(2) {
    margin-left: -25px;
    margin-right: 10px;
}


/** USER END*/


/** CHOICE */
.big_button {
    font-size: 18px;
    background: #c21572;
    border-radius: 8px;
}

.bb_text {
    color: #fff;
    font-size: 16px;
}

.bb_text_cnt {
    width: 145px;
    align-items: center;
    column-gap: 10px;
}








/** CHOICE END */


.login-container {
    height: 100vh;
    display: flex;
    justify-content: center;
}

@media (min-width: 768px) {
    .login-container {
        /*align-items: center;*/
    }
    .container{
        padding-top: 20px;
        margin-top: 0;
    }
}



.login_form{
    background: white;
    border-radius: 6px;
    padding: 40px;
    height: fit-content;
}



@media (max-width: 1200px){
    .container {
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }
}


/* For Firefox */
input[type='number'] {
    -moz-appearance: textfield;
}

/* For Chrome, Safari, Edge, Opera */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.fsft{
    font-size: 14px;
}

#reg_btn > span{
    color: #fff;
}