/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 25-Feb-2020, 14:40:55
    Author     : AmRay
*/
.limiter{
    background-color: #f8f9fa;
/*    padding: 115px;*/
}

.form-control:focus {
    border-bottom-color: #306ac6 !important;
    box-shadow: none;
  }

.bg-btn-login{
    background-color: #306ac6 !important;
    color: #FFFFFF;
    font-weight: 600;
}

.bg-btn-login:hover{
    background-color: #8B8E8F !important;
    color: #FFFFFF;
    font-weight: 600;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #8B8E8F;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ffffff;
    border-bottom-color: #f2f2f2 !important;
    border-bottom: 3px solid;
    border-radius: 0.25 rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-login{
    padding: 20px;    
}

.form-label-group{
    padding-top: 20px;
}

.form-control{
    padding: 25px 20px 25px 20px;
}

.errors{
    color: #eb4034;
}

.card-signin{
    box-shadow: 5px 10px 18px #306ac6;
}

.a-text-main{
    color: #306ac6;
    text-decoration: none;
    font-weight: 600;
}

.a-text-main:hover{
    color: #8B8E8F;
    text-decoration: none;
    font-weight: 600;
}