* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.bg-img {
    background-image: url("../img/breadcrumb.png");
    height: 150vh;
    background-size: cover;
    background-position: center;
}

.bg-img::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 150%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 999;
    width: 370px;
    text-align: center;
    padding-top: 40px;
    padding-right: 32px;
    padding-bottom: 60px;
    padding-left: 32px;
    margin-top: 140px;
    background: rgba(255, 255, 255, 0.04);
    box-shadow: -1px 4px 28px 0px rgba(0, 0, 0, 0.75);
}

.content header {
    color: #fff;
    font-size: 33px;
    font-weight: 600;
    margin: 0 0 15px 0;

}

.field {
    position: relative;
    height: 45px;
    width: 100%;
    display: flex;
    background: rgba(255, 255, 255, 0.94);
}

.field span {
    color: #222;
    width: 40px;
    line-height: 45px;
    padding: 0 10px;
}

.field input {
    height: 100%;
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
    color: #222;
    font-size: 16px;
}



.space {
    margin-top: 16px;
}

.form-check-label {
    color: #fff;
    text-decoration: none !important;
    margin-right: 20px;
}

.pass {
    text-align: right;
    margin: 10px 0;
}

.pass a {
    color: #fff;

    text-decoration: none !important;
}

.pass:hover a {
    text-decoration: underline;
    color: #fff;
}

input[type="submit"] {
    background: linear-gradient(to right, #11532d 0%, #237d26 100%);
    border: 1px solid linear-gradient(to right, #11532d 0%, #237d26 100%);
    ;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 600;
    cursor: pointer;
}

input[type="submit"]:hover {
    background: linear-gradient(to left, #11532d 0%, #237d26 100%);
}

.login {
    color: #fff;
    margin: 20px 0;

}

.signup {
    color: #fff;
    font-size: 15px;

    margin-top: 20px;
}

.signup a {
    color: #37ff00;
    text-decoration: none !important;
}

.signup a:hover {
    text-decoration: underline;
    color: #fff;
}