*{
    font-family: 'Oxygen', sans-serif;
}
.background_login{
    background: url(../Img/background2.jpg) center center no-repeat fixed;
    background-size: cover;
}
.login{
    max-width: 100%;
    position: relative;
    margin: 0 auto;
}
.content{
    margin: 0 auto;
    padding: 30px 30px 1px;
    max-width: 100%;
    overflow-x: visible;
}
.body_login{
    margin-bottom: 30px;
    box-shadow: 0px 0px 9px 0px #787878;
}
.header-login{
    padding: 15px 20px;
}
.content-tittle{
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
    color: white;
}
.reg-user{
    float: right;
    margin: -27px 0 -3px 15px;
    padding: 0;
    height: 24px;
    list-style: none;
}
.icon-log{
    font-size: 24px;
    color: white;
}
.body-login-container{
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 20px;
    background: white;
}
.col-correct-p{
    padding: 0 !important;
}
.marg-col{
    margin-top: 23px;
}
.icon-form-login{
    color: #4285f4 !important;
}
.button-access{
    background: -webkit-linear-gradient(50deg,#45cafc,#303f9f) !important;
    background: linear-gradient(40deg,#45cafc,#303f9f) !important;
}
.img-avatar{
    width: 130px;
    height: 130px;
    border-radius: 50%;
}
.img-aling{
    text-align: center;
}
.site__title {
   color: #9c9c9c;
}
.border-red{
    border-bottom: 1px solid red;
}
.span-alert-navegador{
    padding: 3px 8px;
    color: #f5f5f5;
    background: black;
    border-radius: 15px;
}
