body {
            
        background: url(../../images/bg.jpg) no-repeat center center fixed; 
        background-size: cover;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
 
}


.form-group {
    
    text-align: left;
    
 
}
 


.form-control:focus {
    border-color: #fff;
    
}






.container {
    width: 100%;
    height: auto;
    margin: auto;
    font-family: Tahoma;
   

}
.card {
    
    position: right;
    margin-top: 10px;

    max-width: 440px;

}
.card-body {
    color: rgb( 93, 72, 29, 8.0);
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.card-title {
    color: rgb( 93, 72, 29, 8.0);
   
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
}


.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}


.error {
    color: red;
    font-weight: 400;
    display: block;
    padding: 6px 0;
    font-size: 14px;
}

.form-control.error {
    border-color: black;
    padding: .375rem .75rem;
    margin-top: 60px;
}

      }
/* .overlay{
        background-color: #555;
        background: rgba(0,0,0, 0.5);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
      }*/

.alert{
  text-align: center;
  font-size: 14px; 
}
      
/*.col {
     margin-top: 270px;
     margin-left: 45px;
      }*/