
.authorization-modal::after{
    content: 'TravelSoft';
    font-size: 40px;
    color: white;
    line-height: 22px;
    letter-spacing: 1px;
    font-family: 'Acme', sans-serif;
    top: 55px;
    position: absolute;text-transform: uppercase;
    width: 100%;
    text-align: center;
    left: 0;
}
.authorization-modal {
    width: 400px;
    height: 500px;
    border-radius: 20px;
    font-family: 'apercu_pro', sans-serif;
    padding: 30px;
    color: #475669;
    margin: 20px auto;
    background-color: #9acfd2;
    position: relative;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    padding-top: 125px;
}

.authorization-modal .bth__inp {
    padding: 7px 15px;
    padding-top: 23px;
}

.authorization-modal .bth__inp-block label.active,
.authorization-modal .bth__inp:-webkit-autofill + label {
    font-size: 13px;
    top: 4px;
}

::-webkit-credentials-auto-fill-button {
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
}

::-ms-reveal {
    display: none;
}

::-ms-clear {
    display: none;
}

.bth__inp:-webkit-autofill,
.bth__inp:-webkit-autofill:hover,
.bth__inp:-webkit-autofill:focus,
.bth__inp:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
}

.authorization-modal .bth__inp-block label {
    font-size: 14px;
    position: absolute;
    top: 18px;
    -webkit-transition: 0.3s;margin: 0;
    -o-transition: 0.3s;    font-family: 'apercu_pro', sans-serif;
    transition: 0.3s;
    color: #999;
    left: 16px;
}

.authorization-modal .bth__inp-block {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
    height: 55px;
}

.authorization-modal .bth__btn {
    margin: 0 auto;
    width: 293px;
    display: block;
    padding: 14px;
    margin-bottom: 30px;
}

.authorization-modal .authorization-modal__remind {

    font-size: 14px;
    text-align: center;
    display: block;
    text-transform: uppercase;margin-bottom: 30px;
    color: #e03a3a;
}

.authorization-modal-wrapper.active {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
}
.authorization-modal-wrapper {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.34);
    display: -ms-flexbox;
    display: -webkit-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
}

.authorization-modal__cross {
    position: absolute;
    width: 20px;
    height: 20px;
    cursor: pointer;
    top: 20px;
    right: 20px;z-index: 2;
    background-image: url(/i/tophotels/cross-thin-grey.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.authorization-modal__cross:hover {
    background-image: url(/i/tophotels/cross-thin.svg);
}

@media screen and (max-width: 400px) {
    .authorization-modal {
        width: 100%;
        padding: 30px 15px;
        border-radius: 5px;
        padding-top: 115px;
        background-position-y: 28px;
    }

    .authorization-modal-wrapper {
        background-color: rgba(0, 0, 0, 0.49);
    }
}