﻿body {
   /* background: url(../../img/backLogin.jpg);*/
    background-attachment: fixed;
    background-size: 100% 100%;
    /*font-family: "Comic Sans MS, Arial, MS Sans Serif"*/
}

.body-login {
    /*background:#1e2558;*/
  /*  background: url(../../img/backText2.png);*/
    border-radius: 5px;
    position: absolute;
    top: 17%;
    left: 15%;
    padding-top: 40px;
    padding-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(255,255,255,0.5);
}

h2 {
    color: #808080;
    text-align: center;
    margin-top: 20px;
}

hr.line-Intro-login {
    border: 0.5px solid #808080;
}

.p-Intro-login {
    color: #808080;
    text-align: center;
}

.form-login {
   /* background: url(../../img/backText1.png);*/
    margin-top: 4px;
    padding-top: 15px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 5px;
    padding-bottom: 15px;
}

label {
    display: block;
    /*font-weight: bold;*/
    color: #808080;
    margin-top: 10px;
    margin-bottom: 3px;
}

.btn-1-form {
    display: block;
    margin-top: 30px;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
}

.img-Intro-login {
    width: 50%;
}

.second-icon {
    margin-left: 10px;
}

.line-intro-loginMed {
    text-align: center;
}

/*Menu*/
.icon-option-menu-login {
    max-width: 70px;
    height: 70px;
}

.title-option-menu-login {
   /* font-weight: bold;*/
    text-align: center;
    color: white;
}

.btn-div-menu-login-option {
  /*  border: 1px groove black;*/
    text-align: center;
    width: 90%;
    border-radius: 5px;
    margin-left: auto;
    min-width: 100px;
    margin-right: auto;
    background: url(../../img/backText1.png);
    padding-top: 5px;
    cursor: pointer;
}


    .btn-div-menu-login-option:hover {
        box-shadow: 6px 6px 10px white;
        color: black;
    }

        .btn-div-menu-login-option:hover .title-option-menu-login {
            color: black;
            font-weight: bold;
            text-align: center;
        }

    .btn-div-menu-login-option:active {
        background: blue;
        box-shadow: 1px 1px 10px white;
    }

/*News*/
#box-news {
/*    background: url(../../img/backText1.png);
*/    margin-top: 4px;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 30px;
    border-radius: 5px;
    position:relative;
    padding-bottom: 15px;
}
.content-ul-news{
    overflow-x:hidden;
    width:105%;
    padding-right:10%;
}
.icon-news-login {
    width:100px;
    position:absolute;
    top:-40px;
    left:-20px;
}
.list-news{
    list-style:none;
    max-height:300px;
    overflow-y:scroll;
    overflow-x:hidden;
    width:118%;
    padding-right:8%;
}
.li-news{
   /* border:1px solid black;*/
    margin-top:10px;
    border-radius:5px;
    background:rgba(255,255,255,09.7);
    padding:3px 3px 3px 3px;
}
.icon-news{
    font-size:30px;
}
.msn-error-login{
    color:red;
    font-size:12px;
}

.load-login-img {
    width: 40px;
}

.menu-fondo {
    background: linear-gradient(135deg, #1A30A0 0%, #1b6ec2 100%);
}

.menu-fondoLogado {
    background: url(/img/login.jpg);
    background-size: cover;
    background-repeat: round;
}