* {
    margin: 0;
    padding: 0;
}

.hero {
    height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/carousel/image\ \(2\).png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    overflow: hidden;
}
.abs-login{
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(50%,50%);
}
.form-box {
    width: 100%;
    height: auto;
    position: relative;
    margin:auto;
    background: #fff;
    padding: 5px;
}
.align-item-center{
    align-items: center !important;
}
.input-field{
    width: 100%;
    padding: 10px 0;
    margin: 5px auto;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom:1px solid #999;
    background: transparent;
}
.brandbox {
    justify-content: center;
    display: flex;
    margin: 3% auto;
}
.check-box{
    margin: 30px 10px 30px 0;
}
span{
    color: #777;
    font-size: 12px;
    bottom: 2px;
    position: relative;
}
.submit-btn{
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    background-color: #9d8858;
    padding: 1rem 2rem;
}