*{
    margin:0;
}

input::-ms-clear, input::-ms-reveal {
    display: none;
}

body {
    font-family: 'Roboto' !important;
    font-size: 12px;
    font-weight: 300;
    color: #333333;
    text-align: center;
    height: 100%;
    margin: 0px;	
    padding: 0px;
    /*background-color: #dddddd;*/
}

#a-forgot{
    color:#333333;
    display: block;
    font-size: 1.2em;
    margin-top:1em;
}

#btn-submit{
    background-color: #005B96;
    border:0px;
    color:#fff;
    font-family: 'Roboto' !important;
    height:2em;
    margin: 10px auto;
    font-size: 1.7em;
    width: 90%;
    border-radius: 20px;
}

#btn-submit:hover{
    background-color:#004F52;
    color: #fff;
}

#check{
    color:#333333;
    font-size: 1.2em;
    font-weight: 500;
}


#dialog-cookies{
    color: #fff;
    display:none;
    background-color: #333d47;
    font-family: Roboto !important;
    font-size: 1em;
    left:0;
    position:absolute;
    text-align: center;
    top:0;
    width:100%;
    z-index:10;
    padding: 3px;
}


#dialog-cookies a{
    color:#fff;
}

#dialog-cookies button{
    background-color: #fff;
    color: #fff;
    border: 1px solid #fff;
    font-family: Roboto !important;
    font-size:1.0em;
    font-style:normal;
    font-weight: 500;
    height: 2.5em;
}


#div-error{
    background-color: #fff;
    border:1px solid #555;
    font-family: Roboto !important;
    left: 50%;
    min-height: 5vh;
    padding:3em 2em;
    position: fixed;
    top:35vh;
    transform: translateX(-50%);
    z-index: 2000;
}

#div-error h3{
    color:#333d47;
    font-size: 1.6em;
}

#div-pass{
    display: inline-block !important;
    width:80%;
}




#i_pass{
    border:0px !important;
    display:inline; /* Necesario para IE por la clase .form-control de bootstrap */
    height:40px;
    border-radius: 20px 0 0 20px;
}

#i_username{
    border:0px !important;
    height:40px;
    width:100%;
    border-radius: 20px;
}

#logo{
    margin-top: 1.5em;
    margin-bottom: 1em;
    width:70%;
}

#titulo{
    color:#333d47;
    display:block;
    font-family: Roboto !important;
    font-size: 1.5em;
    font-weight: 500;
    margin-bottom: 1em;
}

#uyc{
    color:#333;
    font-size: 1.4em;
    font-weight: 400;
    margin: 1em 0.1em 1em 0.1em;
}

#visiblepass{
    display: inline-block !important;
    text-align: center;
    width:18%;
}

#visiblepass span{
    cursor: pointer;
}

#vithas_bn{
    display:block;
    margin:0 auto;
    width:8%;
}


.a-legal {
    color:#333333;
    font-family: Roboto !important;
    font-weight: 700;
    text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.a-legal:hover, .a-legal:focus {
    font-family: Roboto !important;
    text-decoration: underline;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.copyright{
    color:#333333;
    font-family: Roboto !important;
    font-weight: 700;
}

.footer{
    color:#333333;
    font-family: Roboto !important;
}

.form-group{
    background-color: #fff;
    border: 1px solid #ccc;
    margin-bottom: .8em;
    text-align: left;
    border-radius: 20px;
}

.login-form{
    background-color: #ffffffcc;
    margin-left: 50%;
    margin-top:14vh;
    padding: 30px 30px 5px;
    text-align: center;
    transform: translateX(-50%);
    border-radius: 10px;
    font-family: 'Roboto' !important;
}

/* .login-form #logo {
  width: 300px;
} */

.login-form .form-group {
  margin: 5px 20px 20px;
}

.login-form #a-forgot {
  margin: 0;
  font-size: 13px;
}

.login-form #check {
  margin: 0;
  font-size: 13px;
}

.login-form .a-legal {
  font-size: 11px;
}

.padding{
  padding: 2% 10% 0% 10%;
}

/********* MEDIA QUERIES *********/

@media (min-width:2245px) and (max-width: 2560px) {
    
  .login-form {
    margin-top:20vh;
    width: 25%;
  }
}

@media (min-width:2001px) and (max-width: 2244px) {
  .login-form {
    margin-top:20vh;
    width: 27%;
  }
}

@media (min-width:1851px) and (max-width: 2000px) {
  .login-form {
    margin-top:20vh;
    width: 29%;
  }
}

@media (min-width:1501px)  and (max-width: 1850px) {
  .login-form {
    margin-top:20vh;
    width: 31%;
  }
}

@media (min-width:1401px)  and (max-width: 1500px) {
  .login-form {
    width: 33%;
  }
}


@media (min-width:1251px)  and (max-width: 1400px) {
  .login-form {
    width: 35%;
  }
}

@media (min-width:1025px)  and (max-width: 1250px) {
  .login-form {
    width: 34%;
  }
}

@media (min-width:951px) and (max-width: 1024px) {
  .login-form {
    width: 37%;
  }
}

@media (min-width:801px) and (max-width: 950px) {
  .login-form {
    width: 40%;
  }
  .login-form #logo {
    width: 200px;
  }
}

@media (min-width:721px) and (max-width: 800px) {
  .login-form {
    width: 54%;
  }
  .login-form #logo {
    width: 200px;
  }
}

@media (min-width:651px) and (max-width: 720px) {
  .login-form {
    width: 65%;
  }
  .login-form #logo {
    width: 200px;
  }
}

@media (min-width:551px) and (max-width: 650px) {
  .login-form {
    width: 77%;
  }
  .login-form #logo {
    width: 200px;
  }
}

@media (min-width:471px) and (max-width: 550px) {
  .login-form {
    width: 92%;
  }
  .login-form #logo {
    width: 200px;
  }
}

@media screen and (max-width: 470px) {
  .login-form {
    width: 80%;
  }
  .login-form .form-group {
    margin: 5px 0 10px;
  }
  .login-form #logo {
    width: 200px;
  }
}












