
.login-container {
    /* margin-top: 5%; */
    /* margin-bottom: 5%; */
    /* width: 52%; */
    display: flex;
    justify-content: center;
    align-items: center;
    width: -webkit-fill-available;
    background: #ffffff;
    height: 100vh;
    /* margin-top: 5px; */
}

@font-face {
    font-family: FrankDJ;
    src: url('../fonts/AvenirNext-Regular.ttf');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

.login-form-1 {
    padding: 2%;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
    border-radius: 11px;
    width: 29%;
}

    .login-form-1 h3 {
        text-align: left;
        color: #333;
    }

.login-form-2 {
    padding: 5%;
    background: #0062cc;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}

    .login-form-2 h3 {
        text-align: center;
        color: #fff;
    }

.login-container form {
    padding: 0%;
    padding-top: 3%;
}

.img-from {
    width: 142px;
    margin-bottom: 18px;
}

.btnSubmit {
    width: 100%;
    border-radius: 1rem;
    padding: 3.5%;
    border: none;
    cursor: pointer;
}

.login-form-1 .btnSubmit {
    font-weight: 600;
    color: #fff;
    background-color: #0062cc;
    transition: 0.3s ease all;
    border-radius: 5px;
    font-size: 1.2rem;
}

.login-form-2 .btnSubmit {
    font-weight: 600;
    color: #0062cc;
    background-color: #fff;
}

.login-form-2 .ForgetPwd {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

.login-form-1 .ForgetPwd {
    color: #0062cc;
    font-weight: 600;
    text-decoration: none;
}

.login1 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    width: 55%;
}

.cont-t-login {
    text-align: left;
    font-family: 'FrankDJ';
    font-weight: 500;
}

.lg-l {
    /* flex: 1; */

    width: fit-content;
}

.c-links-lg {
    display: flex;
    margin-top: 9%;
    justify-content: center;
    align-items: center;
}

.CrearCuenta {
    color: #8f8f8f;
    text-align: right;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    flex: 1;
    width: 100%;
    /* background: red; */

    justify-content: flex-end;
}

.c-from-customer {
    width: 98%;
    /* margin: 20%; */

    margin-bottom: 5%;
    margin-top: 0%;
    display: flex;
    flex-direction: column;
    padding: 20px;
    align-items: center;
    box-shadow: 0 5px 8px 0 rgb(0 0 0 / 20%), 0 9px 26px 0 rgb(0 0 0 / 19%);
    border-radius: 10px;
}

.CrearCuenta a {
    text-decoration: none;
    color: #0062cc;
    font-weight: 600;
    margin-left: 10px;
    text-align: right;
}

.btnSubmit:hover {
    background: #007afd
}

.c-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /*background: #3953a3;  FD*/
/*    background: #3953a3;*/
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 100;
}

.c-logo {
    display: flex;
    /* justify-content: center; */

    align-items: center;
    padding: 11px;
    color: white;
    flex: 1;
    background-color: white;
}
.c-footer {
    display: flex;
    /* justify-content: center; */

    align-items: center;
    padding: 11px;
    color: white;
    flex: 1;
    background-color: white;
}
.cont-t-forms {
    /* letter-spacing: -1.2px; */

    width: 100%;
}

    .cont-t-forms h3 {
        color: #3953a3;
        margin: 4%;
        margin-left: 0;
        margin-top: 1%;
        font-size: 1.75rem;
        font-family: FrankDJ;
        font-weight: 500;
        font-size: 2.0625rem;
    }

.img-logo {
    width: 187px;
/*  FD  margin-right: 23px;
    height: 49px;*/
    border-radius: 8px;
}

.c-nav {
    margin-right: 100px;
}

.btn-nav {
    color: white;
    text-decoration: none;
    margin: 0 1px 0 33px;
}

    .btn-nav:hover {
        color: #d9d9d9;
    }

.trans {
    transition: 0.3s ease all;
}

.cont-general-c {
    margin-top: 34px;
    display: flex;
    justify-content: center;
    padding-top: 36px;
}

.kv-avatar {
    display: inline-block;
}

    .kv-avatar .file-input {
        display: table-cell;
        width: 213px;
    }

.file-field {
    display: flex;
    justify-content: center;
    /* width: 20%; */
}

    .file-field label {
        text-align: center;
        width: 100%;
        /* background: red; */
    }

.input-file {
    opacity: 0;
    position: absolute;
    /* width: 131px; */
    padding: 0;
    margin-left: -9%;
    /* left: 0; */
}

@media screen and (min-width: 1281px) and (max-width: 1440px) {
    .login-container {
        /* margin-top: 5%; */
        /* margin-bottom: 5%; */
        /* width: 52%; */
        display: flex;
        width: -webkit-fill-available;
        height: 100vh;
    }

    .login-form-1 {
        padding: 4%;
        width: 47%;
    }

        .login-form-1 h3 {
        }

    .login-form-2 {
        padding: 5%;
    }

        .login-form-2 h3 {
        }

    .login-container form {
        padding: 0%;
        padding-top: 3%;
    }

    .btnSubmit {
        width: 100%;
        padding: 3.5%;
        border: none;
        cursor: pointer;
    }

    .login-form-1 .btnSubmit {
    }

    .login-form-2 .btnSubmit {
    }

    .login-form-2 .ForgetPwd {
    }

    .login-form-1 .ForgetPwd {
    }

    .login1 {
        display: flex;
        justify-content: center;
        align-items: center;
        flex: 1;
        /* width: 65%; */
    }

    .cont-t-login {
        text-align: left;
    }

    .lg-l {
        /* flex: 1; */

        width: fit-content;
    }

    .c-links-lg {
        display: flex;
        margin-top: 9%;
        justify-content: center;
        align-items: center;
        /* flex-wrap: wrap; */

        flex-direction: revert;
    }

    .CrearCuenta {
        text-align: center;
        text-decoration: none;
        display: flex;
        flex-direction: row;
        flex: 1;
        width: 100%;
        /* background: red; */

        justify-content: flex-end;
    }

        .CrearCuenta a {
            text-decoration: none;
            font-weight: 600;
            margin-left: 10px;
            text-align: center;
        }
}

.label-title {
    color: #3953a3;
    font-weight: 500;
}

.label-vuelos {
    color: #3953a3;
    font-weight: 600;
    font-size: 110%;
}

.t-time-f {
    padding: 18px;
}

.time-f {
    color: #001a6bb8;
    font-weight: 450;
    font-size: 120%;
}

.dec-f {
    color: #a19f9f;
}

.btn-searh-f {
    background: #3953a3;
    border-color: #3953a3;
    padding: 10px 27px;
}

.cont-f-search {
    display: flex;
    align-items: center;
}

.cont-ipt-s {
    margin: 0 0 0 10px;
    width: -webkit-fill-available;
}

.amount-f {
    color: #3953a3;
    font-weight: 600;
    font-size: 190%;
}

.td-time1 {
    padding-left: 30px !important;
    width: 238px;
}

.td-time2 {
}

.td-time3 {
}

.td-amount4 {
    padding-right: 30px !important;
}

.type-f {
    font-weight: 500;
    font-size: 120%;
    color: #2c4389;
    width: 100%; /* display: flex; */
    align-items: center;
    justify-content: flex-start;
}

.amount-f {
}
/* .label-in{
    
position: absolute;
    
pointer-events: none;
    
margin-top: -37px;
    
transition: 0.2s ease all;
    
margin-left: 15px;
    
color: #6c757d;
    
/* padding: -2px; */
/* }  */

.form-control:focus {
    border-color: #aaaaaa;
    box-shadow: none;
}
/*
#tel:focus ~ .label-in, #tel:not(:focus):valid  .label-in {

font-size: 13px;

margin-top: -50px;
} */

.form-new .form-control {
    border-radius: 0;
}

.form-new .form-select {
    border-radius: 0;
    box-shadow: none;
}

    .form-new .form-select:focus {
        border-color: #aaaaaa;
    }

.label-in {
    color: #6c757d;
}

.c-from-reservation {
    width: 37%;
    /* margin: 20%; */
    margin-bottom: 5%;
    margin-top: 0%;
    display: flex;
    flex-direction: column;
    padding: 20px;
    align-items: center;
    /* box-shadow: 0 5px 8px 0 rgb(0 0 0 / 20%), 0 9px 26px 0 rgb(0 0 0 / 19%); */
    border-radius: 10px;
    background: white;
}

/*.c-gray {
    background: whitesmoke;
}
*/
.title-search-t {
    color: #3953a3;
    margin: 8px 2px 20px 0px;
    padding: 15px 28px;
    font-family: 'FrankDJ';
    font-weight: 500;
}

.type-f span {
    font-size: 14px;
    margin-right: 4px;
    color: #b2b2b2;
    font-weight: 400;
}

.type-f div {
    font-size: 14px;
}

.img-pay {
    width: 129px;
    margin-right: 27px;
    margin-bottom: 16px;
    margin-top: 12px;
}

.t-pay {
    font-family: 'FrankDJ';
    font-weight: 400;
    color: #8d8d8d;
}

.c-total {
    padding: 13px;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #000000;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 2px solid #e8e8e8d9;
}

.ct-total {
    padding: 15px;
    padding-left: 0;
    padding-right: 0;
    /* border-bottom: 1px solid #3f3f3f29; */

    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.t-title-amount {
    flex: 1;
    color: #898989;
    font-family: 'FrankDJ';
}

.t-amount {
    font-size: 113%;
    color: #9e9e9e;
    font-family: 'FrankDJ';
    font-weight: 400;
}

.t-title-total {
    flex: 1;
    color: #898989;
    font-family: 'FrankDJ';
    font-size: 157%;
}

.t-total {
    font-size: 265%;
    color: #3953a3;
    font-family: 'FrankDJ';
    font-weight: 600;
}

.colum-flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.c-margin-bt {
    margin-bottom: 1%;
}

body {
    background: whitesmoke;
}

.azul-theme {
    background-color: #3953a3;
    border-color: #3953a3;
}

.btn-pay {
    /* margin: 0; */

    margin-right: 15px;
}

.c-btn-pay {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.btn-pay {
    width: 185px;
    padding: 15px;
}

.cbtn-pay {
}

.two-form-g {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    flex-wrap: wrap;
}

.c-f1 {
    margin: 1%;
    /* width: 68%; */
}

.c-f2 {
    margin: 1%;
    width: 21%;
}

.t-point-acu {
    font-family: 'FrankDJ';
}

.point-acu {
    color: #3953a3;
}

.error_input {
    border-color: red;
}

.title-search-t ~ div {
    overflow-x: auto;
}
