body {
  background-color:#fff;
  -webkit-font-smoothing: antialiased;
  font: normal 20px arial,sans-serif;
}

.container {
    padding: 60px; 
    position: fixed;
}

.form-login {
    background-color: #EDEDED;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 15px;
    border-color:#d2d2d2;
    border-width: 5px;
    box-shadow:0 1px 0 #cfcfcf;
}

.modal-header{
	font-family: Myriad Pro Regular;
	background-color: #e95420;
	color: white;
}

.modal-footer{
	font-family: Myriad Pro Regular;
	background-color: #e95420;
	color: white;
}

.modal-texto{
	font-family: Myriad Pro Regular;
	font-size:30px;
}

h4 { 
 border:0 solid #fff; 
 border-bottom-width:1px;
 padding-bottom:10px;
 text-align: center;
}

.form-control {
    border-radius: 10px;
}

.wrapper {
    text-align: center;
}

@media only screen and (max-width: 1900px){
   
}
    
@media only screen and (max-width: 767px){	
    .row {
        padding-top: 150px;
        padding-left: 150px;
     } 
}

@media only screen and (max-width: 360px){
          
}
    