﻿*,
::after,
::before {
	box-sizing: border-box;
}

* {
  font-family: Pluto Regular;
}

.title-main{
  color: #1e428a; 
  font-weight: bold; 
}

.margin-top {
	margin-top: 25px;
}
/*Login form*/
.wrapper {
  margin-top: 80px;
  margin-bottom: 80px;
}

.textLeft{
  text-align:left !important;
}

.colorMsg{
  color:#696969;
}
.form-signin {
  max-width: 380px;
  padding: 15px 35px 45px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 30px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.usuario {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.contrasenia {
  margin-bottom: 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.bg-img-style {
  background-image: url('../assets/Imagenes/2COLORES.png');
   /*background-image: url('../assets/Imagenes/Logo_ODS.png');*/
  background-position: center center;
  /*background-repeat: no-repeat;*/
  /*background-attachment: fixed;*/
  background-size:contain;
  /*background-color: #66999;*/
}



.padding-top{
  padding-top:50px;
}

.padding-bottom {
  padding-bottom: 50px;
}


.Colorbtn{
  color: #ffffff !important;
  background-color: #9BD3DD !important;
  border-color: #9BD3DD !important;
}


.Colorbtn:hover{
  color: #ffffff !important;
  background-color: #D5412C !important;
  border-color: #D5412C !important;
}
