
button{
    background-color: black !important;
    color: white !important;
}


.bg-holder{
    position: absolute;
    width: 100%;
    min-height: 100%;
    top:0;
    left: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.log-form input{
    width: 100%;
    padding: 10px;
    border: 1px solid black;
}
.check{
    width: 20px !important;
}
.forget{
    text-decoration: none;
}
.forget:hover{
    text-decoration: underline;
}

