.main-button {
    border: none;
    border-bottom: 3px #666;
}

.main-form {
    min-height: 30px !important;
    border: none;
    border-bottom: 1px solid #666;
    border-radius: 0;
}

.main-btn {
    background-color: #009ee0;
    color: #fff;
}

.col-login {
    padding-right: 100px !important;
}

@media (max-width: 984px) {
    .col-login {
        padding: 0 15% !important;
    }
}
::placeholder{color:rgba(0,0,128,.5)!important}

.input-item {
    margin-top: 30px;
}

@media (min-width: 992px) {
    .col-login {
        padding: 0 20px !important;
    }
}

@media (min-width: 300px) {
    .form-group.p-0.p-md-5.p-sm-5 {
        padding: 2rem !important;
    }
}

.main-logo {
    text-align: center !important;
}

.col-login {
    padding: 0 5% !important;
}

div.img-area {
    background-color: #d84f50;
}

.main-img {
    background-image: url("../img/main-img.png");
    height: 100%;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

input.captcha {
    background-color: rgba(255, 255, 255, 0);
}