body{
    background-color: white;
}
*{
    box-sizing:border-box;
    -o-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
.container{
    padding-top: 50px;
}
.align-center{
    text-align: center !important;
}
.img-logo{
    width: 60%;
}

.cont-input-form{
    width: 100%;
    padding: 10px 5px;
    border: none;
}

input[type='password'],input[type='text'],input[type='email']{
    width: 100%;
    padding: 7px;
    border: none;
    border-bottom: 1px solid #003383;
    background-color: transparent;
    color: gray;
    background-color: transparent;
    font-size: 16px;
    text-align: center;
}

input[type='text']:focus,input[type='password']:focus,input[type='email']:focus{
    outline:0px;
    /*border-bottom: 2px solid #003383;*/
}
.cont-submit{
    width: 100%;
    margin: 50px 0px;
    background-color: transparent;
    border: 0px;
    text-align: left;
}
input::-webkit-input-placeholder {
  color: gray;
  font-size: 16px;
}
input:-moz-placeholder {
  color: gray;
  font-size: 16px;
}
input:-ms-input-placeholder { 
  color: gray;
  font-size: 16px;
}


/*input[type='submit']{*/
.btn-login{
    background-color: #003383;
    border-radius: 5px;
    border: 1px solid #038DA7;
    color: white;
    width: 100%;
    font-size: 16px;
    padding: 10px 15px;
    text-align: center;
    margin: 10px 0px;
}
/*input[type='submit']:hover{*/
.btn-login:hover{
    border: 1px solid #003383;
    /*font-weight: bold;*/
}

.btn-default{
    padding: 10px 15px;
    width: 100%;
}

.info-sevix,.info-sevix-last{
    width: 100%;
    position: relative;
    text-align: center;
    margin: 15px 0px;
}

.info-sevix>span,.info-sevix-last{
    color: gray;
    text-align: center;
    font-size: 16px;
    width: 100%;

}

.info-sevix-last{
    margin:60px 0px 30px 0px;
}

.input-group-addon{
    background-color: transparent;
    border:none;
    border-bottom: 1px solid #003383;
    border-radius: 0px;
}
.input-group-addon > i{
    cursor: pointer;
}

.icon_msj{
    width: 10%;
    border-bottom: 1px solid #003383;
}

.icon_msj i{
    text-decoration: none;
    color:#003383;
    padding: 7px;
}

a:hover{
    text-decoration: none;
}

.panel-body{
    padding: 15px !important;
}

/*estilos btn default*/
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.login-body{
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 1000px) {
    .col-md-4{
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row{
        justify-content: center !important;
    }
}

@media (max-width: 800px) {
    .col-md-4{
        flex: 0 0 80%;
        max-width: 80%;
    }

    .row{
        justify-content: center !important;
    }
}

@media (max-width: 500px) {
    .panel-body{
        padding: 7px !important;
    }
}
