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




/*body {
            
        background:url('https://recap/images/bg2.jpg') no-repeat fixed;
        background-size: cover;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
 
}*/

/*.container {
    max-width: 300px;
    margin: 5px auto;
    text-align: left;
    font-family: sans-serif;


}*/

form {
   border: 1px solid #31252514;
    background: #31252514;
    padding: 20px 40px 25px;
}



form-group col-md-12 {
 text-align: center;
}
 


.form-control:focus {
    border-color: #000;
    box-shadow: none;
}

.card {
    position: fixed;
    margin-top: 75px;
    margin-left: 970px;
    float: right;
}

label {
    font-weight: 300;
}

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;
      }*/