body, html {
    height: 100%;
    margin: 0;
    font-size: 16px !important;
}
.btn{
    border-radius: 0px !important;
    height:45px;
}

.form-group{
    display: block;
    margin-bottom: 15px;
}

.form-control{
    min-height: 55px;
}

input::placeholder {
    color:"#000" !important;
}
.pull-right{
    float:right !important;
}
.block-div{
    width:100%;
}
.w-100{
    width:100% !important;
}
.gray-btn{
    width:  100%;
    padding: 6px 15px;
    color:  #1a1a1a;;
}
.gray-btn:hover{
    background: #dee2e6;
    color: #000;
}
.back-to-home{
    font-weight: bold;
    color: #000;
    padding-top: 10px;
}