body {
    /*font-family: 'Lobster', cursive;*/
    font-size: 16px;
    font-weight: 300;
    color: white;
    line-height: 30px;
    text-align: center;
   
   /* background-color: #2A53DE;*/
   /*background-color:  #fff;*/
   
}

.fondo{
    background-color: #40C0CB !important;
}

.fondo2{
    background-color: #1265A8 !important; 
}



.form-group  { 
   
	margin-top: 1px;
    margin-bottom: 1px; 
}

strong { 
	font-weight: 500; 
}
a, a:hover, a:focus {
	text-decoration: none;
}
h1, h2 {
	margin-top: 10px;
	font-size: 38px;
    font-weight: 100;
    line-height: 50px;
}
h3 {
	font-size: 22px;
    font-weight: 300;
}
.logo{
    width: 100%;
    height: 100%;
}
text alain
/* Contenidos y Formulario*/
.my-content {
     
    padding: 10px 0 0px 0;
}
.my-content .mydescription {
    margin: 0px 0px 0px 0px;
}
.my-content .mydescription p { 
    opacity: 0.9; 
}
.myform-cont {
    margin-top: 5px;
  
}
.myform-top {
    overflow: hidden;
    padding: 0 10px 10px 25px;
   /* background: rgba(0, 0, 0, 0.35);*/
   color: #fff;
   background-color:  #01030a;
    -moz-border-radius: 10px 10px 0 0; 
    -webkit-border-radius: 10px 10px 0 0; 
    border-radius: 10px 10px 0 0;
    
}
.myform-top-left { 
    float: left;
    width: 75%;
    padding-top: 10px;
    text-align: left;
}

.myform-top-right {
    float: right;
    width: 25%;
    padding-top: 10px;
    font-size: 30px;
    text-align: right;
    color:rgb(218, 76, 11);
    opacity: 0.8;
}
.myform-bottom {
    padding: 5px 25px 30px 25px;
   /* background: rgba(0, 0, 0, 0.3);*/
   background-color:   #01030a;
    -moz-border-radius: 0 0 10px 10px; 
    -webkit-border-radius: 0 0 10px 10px; 
    border-radius: 0 0 10px 10px;
    margin-bottom: 10px;
}
.myform-bottom .mybtn {
    width: 100%;
}

input[type="email"], 
.form-control {
    height: 30px;
    font-size: 18px;
    
}

input[type="tel"] {
     background: black;
    
}

input[type="text"], 
input[type="password"], 
textarea, 
textarea.form-control {
    height: 30px;
    vertical-align: middle;
    background: #fff;
    border: 3px solid #fff;
    font-size: 18px;
    font-weight: 200;
    line-height: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
   
}
input[type="text"]:focus, 
input[type="password"]:focus, 
textarea:focus, 
textarea.form-control:focus {
    background: #fff;
    border: 2px solid rgb(236, 176, 10);
}


button.mybtn1 {
    margin-bottom: 5px;
}


button.mybtn {
    height: 30px;
    background: rgb(69, 207, 228);
    border: 0;
    font-size: 20px;
    font-weight: 200;
    line-height: 30px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    
}
button.mybtn:hover, button.mybtn:active { 
    opacity: 0.6; 
    color: #fff; 
}
button.mybtn:focus { 
    opacity: 0.6;  
    color: #fff; 
    background: #de615e; 
}

/*LOGIN REDES SOCIALES*/

.mysocial-login {
    margin-top: 35px;
}
.mysocial-login-buttons {
    margin-top: 25px;
}
.mybtn-social {
    display: inline-block;
    height: 50px;
    margin: 5px;
    padding: 15px 20px 0 20px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    border-radius: 4px;
}
.mybtn-social:hover, .mybtn-social:focus, .mybtn-social:active:focus { 
    outline: 0;
    opacity: 0.6; 
    background: rgba(0, 0, 0, 0.3); 
    color: #fff; 
}

#errorModal{
    color: rgb(8, 8, 12);
}
.Estilo6 {
    margin-top: 1px;
    color: #2A53DE;
   /* color: white;*/
    font-size: 20px;
    padding: 1px;
    font-weight: 600;
}
.Estilo7 {
    
    margin-top: 1px;
    margin-bottom: 1px;
    color: #2A53DE;
    font-size: 25px;
    padding: 2px;
    font-weight: 600;
}

.Copyright{
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 15px;
}
/* Media queries */





@media(min-width:700px){ 
    h1, h2 { font-size: 32px; }
    form{ width: 100%}
    .logo{
        width: 50%;
        height: 100%;
    }
   
}
@media(min-width:1000px){
    
    form{ width: 100%}
    .logo{
        width: 50%;
        height: 100%;
    }
  
}

