﻿
@media only screen and (min-width: 992px) {
    .container {
        padding-left: 0;
        padding-right: 0;
    }
}

.main-line-height {
    line-height: 1.25rem;
}

.logo-login {
    height: auto;
    width: 300px;
}

.login-window {
    width: 390px;
    border: solid;
    border-width: 1px;
    border-color: #d3d3d3;
}

.text-fa-h3 {
    font-size: .9375rem;
}

.login-window input {
    border-radius: 3px !important;
    color: #616161;
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    letter-spacing: 2px;
}

.header-line-height {
    line-height: 1.9375rem;
}

.phone-input {
    display: flex;
    border: 2px solid rgba(0,180,216,.17);
    padding: 3px;
    direction: ltr;
}

.js-toggle-password {
    position: absolute;
    top: 18%;
    left: 5%;
    font-size: 1rem;
}

    .js-toggle-password:hover {
        cursor: pointer;
    }


.btn-login, .btn-login-signup {
    background-color: var(--color-tertiary);
    color: #fff !important;
    box-shadow: 0px 3px 16px var(--color-tertiary-rgba);
    border-radius: 100px;
    transition: 200ms;
}
    .btn-login:hover {
        background-color: var(--color-secondary-shade);
    }
    .btn-login:focus {
        box-shadow: 0 0 0 0.2rem var(--color-secondary-rgba);
        -webkit-box-shadow: 0 0 0 0.2rem var(--color-secondary-rgba);
    }

.text-fa-h1 {
    font-size: 1.0625rem;
}

.font-weight-medium {
    font-weight: 500;
}

.border-bottom {
    border-bottom: 1px solid #000 !important;
}

.border-light {
    border-color: #eaeded !important;
}

.form-control {
    border-radius: 8px;
    height: 45px;
}

.m-3 {
    margin: 20px !important;
}

.text-caption {
    font-size: .75rem !important;
    font-weight: normal !important;
}



.input-digit {
    width: 10%;
    color: #616161;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
    border-bottom: 2px solid #bdbdbd;
    box-shadow: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: var(--color-secondary);
    outline: 0;
    box-shadow: 0 2px 4px 0 rgb(107 4 4 / 12%);
    -webkit-box-shadow: 0 2px 4px 0 rgb(107 4 4 / 12%);
}

@media(max-width:554px) {
    .login-window {
        width: 310px;
    }

}