.container{
    max-width: 1200px;
}

main > .container {
    padding: 5px 15px 0;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}


.top-bar-bg {
    background: #1f365c none repeat center center;
    color: #fff;
    padding: 0px;
    font: 13px/19px "Open Sans",Helvetica,Arial,Verdana,sans-serif;
    text-transform: none;
}

.navbar-nav .nav-link{
    color: #fff;
}

.top-bar-bg .fa{
    font-size: 18px;
}

.jumbotron {
    padding: 2rem 1rem;
    background: #fff;
}

.support h5{
    font-weight: 700;
    color: #1f365c !important;
    font-size: 17px;
}

.support h3{
    font-weight: 700;
    color: #585858;
    font-size: 32px;
}

.footer {
    background: #1f365c none repeat center center;
    color: #fff;
    padding: 0px;
    font: 13px/19px "Open Sans",Helvetica,Arial,Verdana,sans-serif;
    text-transform: none;
}

.bg-login{
    background-repeat: no-repeat;
    background-image: url(../images/bg.jpg);
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 600px;
    opacity: 1;
    visibility: inherit;
    z-index: 20;
}

input{
    border:none;
}
.checkbox-login::before {
    background-color: #808080;
    border: #808080 solid 1px;
}

.frm-login{
    background: #efeff1;
    padding: 25px;
    float: right;
    margin-top: 10px;
    border-radius: 20px;
    border: 1px solid #808080;
    box-shadow: 0px 0px #808080;
}

.text-login{
    
    
    border-left: 1px solid #808080;
}

.btn-login{
    background: #eeeef0;
    color: #2a2a2a;
    font-weight: bold;
}

footer a{
    color: #fff;
    text-decoration: none;
}

footer a:hover{
    color: #ccc;
    text-decoration: none;
}

#navbarsExampleDefault2 a:hover img, .logo-ttas:hover img{
    opacity: 0.8;
}


.input-group-text{
    background-color: #808080;
}

.input-group-text i{
    color: #fff;
}

input:focus,input:hover,input:active
select:focus,
textarea:focus,
button:focus {
    outline: none !important;
    box-shadow: none !important;
   
    /*border: 1px solid #fff !important;*/
    /*border-left: 0px !important;*/
}

.section-bg{
    position: relative;
}

.section-bg img
{
  /* height: 744px !important; */
}

.block-login
{
    position: absolute;
    top:0px;
   right:150px;
}

