/* Made with love by Mutiullah Samim*/

@import url('https://fonts.googleapis.com/css?family=Numans');

html,
body {
    background-image: url('bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 95%;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    color: #727272;
    line-height: 1.4;
}

.container {
    height: 100%;
    align-content: center;
}

.card {
    height: 335px;
    margin-top: auto;
    margin-bottom: auto;
    width: 400px;
    border-radius: 5px;
    /*background-color: rgba(0,0,0,0.5) !important;*/
}


.header1 {
    font-size: 36px;
    margin-top: 24px;
    font-weight: 700;
    text-align: center;
    color: #424242;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 10px);
    padding: .375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;

}
.footer{
   text-align: center;
    
}
