﻿main {
    padding: 60px 0;
    background: linear-gradient(to right, rgb(225, 225, 225), rgb(223, 223, 223));
}

h3.mt-2.text-left {
    color: #fff;
    font-weight: 600;
}

.card-body.overflow {
    background-color: #eaeaea;
}

.vb_form .card-header {
    padding: 1px 15px;
    border-radius: 0;
}

.vb_form .card, .card-header {
    border: 0;
    border-radius: 0;
}

.card.col-md-12 {
    margin-top: 80px;
}

.form-group label {
    font-weight: 500;
}

.card-header {
    background-color: transparent;
    text-align: center;
}

.btn-lg.col-md-6 {
    margin: 10px auto !important;
    display: block;
}

.form-content {
    margin-bottom: 60px;
}

    .form-content .form-control {
        border-radius: 0;
    }

font-size: 40px;
font-weight: bold;
margin-bottom: 20px;
}

.header_content {
    text-align: center;
    padding: 40px;
    color: #fff;
}

.vb_form a.text-danger {
    font-size: 13px;
    display: block;
    line-height: 18px !;
}

.vb_form .form-control {
    background-color: #f5f7fb !important;
    border: 1px solid #22AFCA;
    border-radius: 15px;
    height: 40px !important;
    width: 100%!important;

    /* border-bottom: 1px solid #fff; */
}

.vb_form .card-header {
    background: linear-gradient(to right, rgb(0, 210, 255), rgb(58, 123, 213));
    color: #fff;
    background: #22afca;
}

.modal-dialog {
    max-width: 900px;
}

.row.trofy_row {
    border: 20px;
    margin-top: 200px;
}

.vb_form .btn {
    min-width: 140px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    height: 40px;
    text-align: center;
    border: none;
    background-size: 300% 100%;
    border-radius: 5px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.vb_form .btn {
    background-image: linear-gradient(to right, #dc3545, #FCEE21, #dc3545, #dc3545);
    box-shadow: 0 4px 15px 0 rgba(2, 2, 2, 0.16);
    box-shadow: 0 4px 15px 0 rgba(2, 2, 2, 0.16);
    margin: 11px auto;
    width: 200px;
}

    .vb_form .btn:hover {
        background-position: 100% 0;
        moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #22AFCA !important;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #22AFCA !important;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #22AFCA !important;
}

:-moz-placeholder { /* Firefox 18- */
    color: #22AFCA !important;
}
