.main-content img {
    margin-bottom: 60px;
}

.main-content .abertura {
    margin-bottom: 16px;
}

.main-content .abertura h4 {
    font-family: Inter;
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0%;
}

.main-content .abertura p {
    font-family: Inter;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}

.main-content .btn-main-warning:hover {
    opacity: 0.8;
}

.main-content .btn-main-warning {
    background: #F49A21;
    width: 330;
    height: 40;
    gap: 6px;
    padding-top: 8px;
    padding-right: 10px;
    padding-bottom: 8px;
    padding-left: 10px;
    border-radius: 5px;
    font-family: Inter;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
}

.main-content input::placeholder {
    color: #555;
}

.main-content input::-webkit-input-placeholder {
    color: #555;
}

.main-content input:-moz-placeholder {
    color: #555;
    opacity: 1;
}

.main-content input::-moz-placeholder {
    color: #555;
    opacity: 1;
}

.main-content input:-ms-input-placeholder {
    color: #555;
}

.main-content a:hover {
    color: #F49A21;
}

.remmemberPass {
    color: #9B9B9B;
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
}

.box-abertura {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.box-abertura h2 {
    font-family: Inter;
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;

}

.box-abertura img {
    margin: 40px 0;
}

.box-abertura p {
    font-family: Inter;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 20px;
}

.box-abertura .btn-black {
    color: #fff;
    background-color: #1E1E1E;
    width: 216px;
    font-family: Inter;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    padding: 12px;
}

/* Login Page */
.bordas-login {
    padding: 80px 60px;
    border: 1px solid #383838;
    border-radius: 20px;
    width: 450px;
}


.alert-gray {
    margin-top: 30px;
    width: 221;
    height: 44;
    gap: 10px;
    color: #FFF;
    opacity: 1;
    border-radius: 10px;
    padding: 10px;
    background-color: rgba(64, 66, 67, 0.4);
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 10px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;

}

.force-pass .parsley-errors-list {
    display: block !important;
}