@import url(//fonts.googleapis.com/css?family=Roboto:400,100);

body {
  background-color:#FFF;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: 'Roboto', sans-serif;
}

.login-top {
  padding: 5px;
  width: 274px;
  margin: 0 auto 5px;
  overflow: hidden;
  text-align:center;
  color:#327efe;
  font-size:18px;
}

.login_ing
{
	float:left;
	padding-top:15px;
	padding-bottom:5px;
	border-bottom:1px solid #c0d7ea;font-size:16px;
	font-weight: normal;
	color: #478fca;
	width: 100%;
	margin-bottom:10px;
}

.logoimg
{
	text-align:center;	
	padding-bottom:20px;
}

.login-tit
{
	font-size:32px;	
}

.login-card {
	padding-top:20px !important;
  padding: 30px;
  width: 274px;
  background-color: #F7F7F7;
  margin: 0 auto 10px;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.login-card h1 {
  font-weight: 100;
  text-align: center;
  font-size: 2.3em;
}

.login-card input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}


.login {
  text-align: center;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
/* border-radius: 3px; */
/* -webkit-user-select: none;
  user-select: none; */
}

.login-submit {
  /* border: 1px solid #3079ed; */
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1); 
  background-color: #E7610F;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.login-submit:hover {
  /* border: 1px solid #2f5bb7; */
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #F7A777;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.login-card a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  opacity: 0.6;
  transition: opacity ease 0.5s;
}

.login-card a:hover {
  opacity: 1;
}

.login-help {
  width: 100%;
  text-align: center;
  font-size: 12px;
}

/************************/
/************************/
/************************/
/************************/
/************************/

body
{
  margin: 0px;
  /*margin-top: 50px;*/
  color: #58585A;
  font-family: "Open Sans","Helvetica Neue",Arial,Helvetica,Verdana,sans-serif !important;
  font-size: 15px;
    line-height: 18px;
}
* {
    box-sizing: border-box;
}

/* Create two equal columns that floats next to each other */
.column {
    float: left;
    padding: 10px;
    height: 300px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}
.banner
{
  box-sizing: inherit;
}
.col1xx
{
  width: 30%;
  min-width: 300px;
}
h1 {
    font-size: 1.9em;
    font-weight: bold;
}
.login-layout input[type="text"], .login-layout input[type="password"]
{
    border-radius: 3px !important;
}
.in_text
{ 
    display: inline-block !important;
    padding: 0 .8em 0 .8em !important;
    margin-bottom: 2em !important;
    vertical-align: middle !important;
    border-radius: 3px !important;
    min-width: 50px !important;
    max-width: 635px !important;
    width: 100% !important;
    min-height: 45px !important;
    background-color: #ffffff !important;
    border: 1px solid #E7610F !important;
    margin: 0 0 24px 0 !important;
    font-family: "Open Sans","Helvetica Neue",Arial,Helvetica,Verdana,sans-serif !important;
    color: #5C5B5F !important;
    font-size: 16px !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
}
input[type=text]:hover, input[type=password]:hover, input[type=text]:focus, input[type=password]:focus {
  border: 1px solid #F7A777;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
.in_bloque
{
    margin: 0;
    clear: both;
    position: relative;
    overflow: visible;
}
.in_line
{
    margin-bottom: 10px;
    clear: both;
    position: relative;
    overflow: visible;
    font-weight: bold;
}
.c_space
{
  height: 10px;
}
.login-help
{

}
.success
{
    font-size: 15px;    
    background-color: #ccebf3;
    border-radius: 4px;
    color: #484848;
    overflow: hidden;
    padding: 10px;
}
.error
{
    font-size: 15px;
    padding: 10px;
    background-color: #f8d0c8;
    border-radius: 4px;
    color: #484848;
    overflow: hidden;
}
#mensaje
{
  font-family: "Open Sans","Helvetica Neue",Arial,Helvetica,Verdana,sans-serif !important;
  font-size: 14px !important;
}
.credits
{
  height: 50%;
  font-size: 12px;
  color: #5C5B5F;
  overflow: hidden;
}
.credits2
{
  display: inline-block;
    align-self: flex-end;
    text-align: center;
    width: 100%;
}
.login-submit
{
  width: 100%;
  height: 45px;
}
.login-content
{
    width: 370px;
    margin: auto;
    padding: 20px;

}
.tblppal
{
    width: 100%;
    border: 0px;
}
.col1
{
    vertical-align: text-top;
    width: 30%;
}
label
{
    display: inherit !important;
}
.login-layout label
{
    margin-bottom: 0px;
    font-weight: bold;
}
#forgot-box .toolbar {
    background: #FFFFFF;
    border-top: 0px solid #976559;
    padding: 9px 18px;
}
.login-layout .widget-box {
    background: #FFFFFF;
}
.titimg
{
    text-align: center;
}
a 
{
    color: #F15928;
    text-decoration: none;
}
.body-container {
   /*background-image: linear-gradient(orange, #FF4500);*/
   /*background-image: linear-gradient(darkorange,orange);*/
   background-image: linear-gradient(#FF4500,darkorange);
   /*background-image: linear-gradient(#FF8C00,orange);*/
   /*background-image: linear-gradient(darkorange,#FF8C00);*/
   /*background-image: linear-gradient(#faa63e,orange);*/
   background-attachment: fixed;
   background-repeat: no-repeat;
}

.carousel-item > div {
   height: 100%;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
}

@media screen and (max-width: 600px)
{
    .col1xx
    {      
      width: 100%;
    }
    .col2
    {
      visibility: hidden;
      clear: both;
      float: left;
      margin: 10px auto 5px 20px;
      width: 28%;
      display: none;
    }
    .login-content
    {
        width: 90%;
    }
    .credits
    {
      height: 50%;      
      overflow: hidden;
    }
}

.avoid-clicks {
  pointer-events: none;
  cursor: default;
}