.btn{
    position: relative;
}
input:invalid{
    box-shadow: none;
}
.loading-icon {
    border-radius: inherit;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    background: #ff1418;
    content: '<i class="fa fa-spinner fa-spin fa-3x fa-fw"></i>';
    display: flex;
    align-items: center;
    justify-content: center;
}

.t-name a{
    color: white;
}
.btn:disabled{
    opacity: 0.5;
    pointer-events: none;
}
.loading-icon:before {
    content: "\f110";
    font-family: FontAwesome;
    font-size: 16px;
    /* transform: translate(-50%, -50%); */
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    color: white;
}
.city_list .p_drop{
    min-width: 100%;
    left: 0;
}
.disabled{
    opacity: 0.5;
    pointer-events: none;
}