﻿.info__sign{
    background-color: white;
    padding-top: 30px;
    padding-bottom: 30px;
}
.form-control:focus {
    border-color: #ced4da;
    box-shadow: none;
}
.btn:focus {
    border-color: #ced4da;
    box-shadow: none;
}
button:focus {
    border-color: #ced4da;
    box-shadow: none;
}
select:focus{
    border-color: #ced4da;
    box-shadow: none;
}

.custom-select, .custom-select option, .custom-checkbox input, .custom-checkbox label{
    cursor: pointer;
}
.alert-danger{
    font-size: 12px;
    display: block;
}
label sup{
    color: red;
    font-size: 100%;
}
.shake{
    position: relative;
    animation: shake .1s linear;
    animation-iteration-count: 3;
}

@keyframes shake{
    0% { left: -5px; }
    100% { right: -5px; }
}

.login-btn{
    text-align: center;
}

.info__sign .col-lg-6{
    padding-bottom: 20px;
    padding-top: 20px;
}

@media (max-width: 991.58px){
    .info__line{
        border-right: 0;
        /*border-bottom: 1px solid rgba(237,27,36,0.3);*/
    }
    .btn{
        width: 100%;
    }
}

@media (min-width: 992px){
    .info__line{
        /*border-right: 1px solid rgba(237,27,36,0.3);*/
        border-bottom: 0;
    }
    .btn{
        width: 100%;
    }
}

label{
    font-size: 14px;
    font-weight: 600;
}

.input-group-text a{
    text-decoration: none;
}

.btn-primary {
    color: #fff;
    background: linear-gradient(to right, #003C8F 0%, #1E6FC4 70%, #3AA1DF 98%) !important;
    border-color: #003C8F !important;
    cursor: pointer;
    -webkit-transition: -webkit-background-color 0.3s ease-out;
    transition: -webkit-background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out, -webkit-background-color 0.3s ease-out;
}
