﻿.modal {display: none; position: fixed; z-index: 1; padding-top: 50px; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgb(0,0,0);
background-color: rgba(0,0,0,0.4);}

/* Modal Content */
.modal-content {position: relative; background-color: #fefefe; margin: auto; padding: 0; border: 1px solid #888; max-width:400px; 
                box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19); -webkit-animation-name: animatetop; -webkit-animation-duration: 0.4s;
                animation-name: animatetop; animation-duration: 0.4s; padding:0px; height:550px;}

/* Add Animation */
@-webkit-keyframes animatetop {
from {top:-300px; opacity:0} 
to {top:0; opacity:1}
}

@keyframes animatetop {
from {top:-300px; opacity:0}
to {top:0; opacity:1}
}

/* The Close Button */
.close {color:silver; float: right; font-size: 28px; padding:0px 10px 0px 10px; }

.close:hover,
.close:focus {color: #000; text-decoration: none; cursor: pointer; font-weight: bold;}

.modal-header {color: white; padding:0px 35px 0px 35px;}
.modal-UsuarioLogin { padding:0px 35px 0px 35px; text-align:center; }
.modal-UsuarioLogin span{display:block;}
.modal-body {padding:0px 35px 0px 35px;}

.modal-footer {text-align:center; padding-top: 0px 15px 15px 15px;}
.modal-footer form{display:inline-block; padding:5px;}
.modal-footer form img{cursor:pointer; width:75px;}
.modal-footer form img:hover{opacity:0.8;}
.spanLogin{display:block; width:100%; color:rgb(231,231,231);color: rgb(191,191,191); font-size: 0.8em; padding-top: 5px; 
           padding-bottom: 2px;}
.TexTLogin{display:block; width:100%;}
.ButtonRegistrate{margin:10px 0px 0px 0px; width:100%; border: 1px solid rgb(221,221,221);
                background-color:rgb(0,148,214); color:white;}
.ButtonIniciar{}

.TabsLogin{max-width:420px;  color:rgb(101,101,101); padding:0px 10px 0px 10px;
           border:none; margin:0; cursor:pointer; }
.TabsLogin:hover{color:rgb(222,222,222);}
.iconoRedesLogin{width:48px; margin: 0px 10px 0px 10px;}
.ButtonIniciar{margin:10px 0px 0px 0px; width:100%; border: 1px solid rgb(221,221,221);
               background-color:orangered; color:white;}
