@charset "UTF-8";
/* You can add global styles to this file, and also import other style files */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,300);
* {
  font-family: 'Roboto';
}


html, body, #container {
    width: 100%;
    height: 100%;
    min-height: 100%;
}

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  background: #116aa2;
  padding-top: 45px;
}


body#portal-appcc {
  background: #111;
}

.login-box {
  width: 410px;
  padding: 20px;
  margin: 70px auto;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h1 {
    font-size: 28px;
    line-height: 28px;
    font-weight: 300;
    margin-bottom: 15px;
}

legend {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 300;
    margin-top: 20px;
    border-bottom: none;
    margin-bottom: 10px;
}

.login-box input[type="text"], .login-box input[type="password"] {
    border: none;
    background: #e4e6eb;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 0px 10px;
    height: 40px;
    margin: 5px auto;
}

.login-box input[type="text"], .login-box input[type="password"] {
    color: #383E4B !important;
    border: 1px solid #A2A5AB !important;
    background: none !important;
    width: 100%;
}

.btn {
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-shadow: none;
    background: #d6d9e0;
    margin: 4px 3px 2px 0;
    letter-spacing: 0.4px;
}

.login-box .btn {
    margin: 15px 0px !important;
    margin-top: 15px !important;
    margin-right: 0px !important;
    margin-bottom: 15px !important;
    margin-left: 0px !important;
    width: 100%;
}


.btn-primary {
    color: #ffffff;
    background: #36a9e1;
}

.btn-primary:hover, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #1e8fc6;
}

.btn-volver, 
.btn-volver i {color: #460e56 !important;}


::-webkit-input-placeholder {
   color: #808080;
   text-align: center;

}

:-moz-placeholder {
   color: #808080;
   text-align: center;

}


.sep {
  display: block;
  width: 100%;
  float: none;
  clear: both;
  margin-top: 10px;
 margin-bottom: 10px;
}
.error{ color:red; }
.text-center { text-align: center; }
.m-0{ margin: 0; }


@media (max-width: 400px){
  	.login-box{
  		width: 98%;
  	}
 }