/*Login CSS*/
.container.mt-7 {
    margin: 50px 0;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0;
}

/*#frm_login .justify-content-center {
	-ms-flex-pack: left !important;
	justify-content: left !important;
}*/
.card2.card.border-0.login input[type="text"],
.card2.card.border-0.login input[type="password"] {
    width: 100%;
    padding: 15px;
    margin: 5px 0 10px 0;
    display: inline-block;
    /*background: #f1f1f1; border: 1px solid #dadadd;*/
    border-radius: 6px;
    font: 400 15px/20px "Montserrat", sans-serif;
}

.card2.card.border-0.login .form-control,
#frm_register .form-control,
#frm_set_password .form-control {
    height: calc(1.99em + .75rem + 2px);
}

#frm_register .form-control,
#frm_set_password .form-control {
    border: 1px solid #bfc1c3;
}

.card2.card.border-0.login label {
    font: 400 14px/18px "Montserrat", sans-serif;
}

.card2.card.border-0.login .float-right.text-right {
    text-align: right;
    color: #dd2726;
    font: 400 14px/20px "Montserrat", sans-serif;
}

.custom-control-input:checked ~ .custom-control-label::before {
    background: #dd2726 !important;
    border-color: #dd2726 !important;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    background: #000 !important;
}

.btn.focus,
.btn:focus,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none !important;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #dd2726 !important;
    border-color: #dd2726 !important;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    border-color: none;
}

.card2.card.border-0.login .float-right.text-right a {
    color: #dd2726;
}

.card2.card.border-0.login .mb-3 {
    margin-bottom: 0rem !important;
}

.card2.card.border-0.login .custom-checkbox .custom-control-label::before {
    margin: -2px 0 0 0;
}

.form-control:focus {
    box-shadow: none !important;
}

#frm_forgot_your_password #btn_forgot_password,
#frm_set_password #btn_change_password,
#frm_set_password .btn.btn-secondary {
    background: #000;
    color: #fff;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    opacity: 0.9;
    font: 700 16px/20px "Montserrat", sans-serif;
    border-radius: 6px;
    text-transform: uppercase;
}

#btn_login:hover,
#frm_forgot_your_password #btn_forgot_password:hover,
#frm_set_password #btn_change_password,
#frm_set_password .btn.btn-secondary:hover {
    background: #dd2726;
    text-decoration: none;
}

#frm_set_password #btn_change_password {
    font: 700 15px/20px "Montserrat", sans-serif;
}

#frm_set_password #btn_change_password:hover {
    background: #000;
}

.card2.card.border-0.login .row.mb-4.px-3 {
    color: #000;
    font: 600 16px/20px "Montserrat", sans-serif;
    padding-bottom: 8px;
}

.card2.card.border-0.login .clearfix.form-group .float-right {
    padding-top: 4px;
}

.card2.card.border-0.login .row.mb-4.px-3 a,
#frm_forgot_your_password .mt-3.text-center {
    color: #dd2726;
    text-decoration: none;
}

.card2.card.border-0.login .row.mb-4.px-3 a:hover {
    text-decoration: underline;
}

.card2.card.border-0.login .font-weight-bold {
    font-weight: 500 !important;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
}

/*Forgot Password*/

#frm_forgot_your_password input[type="text"] {
    width: 100%;
    padding: 15px;
    margin: 5px 0 20px 0;
    display: inline-block;
    background: #f1f1f1;
    border-radius: 6px;
    border: 1px solid #dadadd;
    background: #f2f2f2;
    font: 400 15px/20px "Montserrat", sans-serif;
}

#frm_forgot_your_password .form-control {
    height: calc(1.99em + .75rem + 2px);
}

.check-login-email-box .p-md-5 {
    padding: 1rem !important;
}

#frm_forgot_your_password .form-group {
    margin-bottom: 1.5rem;
}

#frm_forgot_your_password .mt-3.text-center {
    margin-top: 0rem !important;
}

.check-login-email-box .p-md-5 {
    margin-bottom: 1rem;
}

/*Registration CSS*/
#frm_register .col-2 {
    width: 170px !important;
    flex: inherit;
    max-width: 100%;
}

#frm_register #btn_register,
#frm_register .btn-secondary,
#frm_profile #btn_edit_profile,
#frm_profile .btn.btn-secondary.btn-block {
    background: #dd2726;
    color: #fff;
    margin: 0 0;
    border: none;
    cursor: pointer;
    width: 100%;
    opacity: 0.9;
    font: 700 16px/20px "Montserrat", sans-serif;
    border-radius: 6px !important;
}

#frm_register .btn-secondary,
#frm_register #btn_register:hover,
#frm_profile .btn.btn-secondary.btn-block,
#frm_profile #btn_edit_profile:hover {
    background: #000;
}

#frm_register .btn-secondary:hover,
#frm_profile .btn.btn-secondary.btn-block:hover {
    background: #dd2726;
    text-decoration: none;
}

#frm_register .col-4 {
    -ms-flex: 0 0 49.99%;
    flex: 0 0 49.99%;
    max-width: 49.99%;
}

#frm_register .col-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.form-group label.form-control-label {
    font: 600 15px/24px "Montserrat", sans-serif;
    color: #232323;
}

#frm_register .btn-primary,
#frm_register .btn.btn-secondary {
    font: 700 16px/20px "Montserrat", sans-serif !important;
    padding: 14px 20px !important;
}

.playerregisterform .col-md-10 {
    -ms-flex: 0 0 38.333%;
    flex: 0 0 45.333%;
    max-width: 45.333%;
}

.playerregisterform .col-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.playerregisterform .p-4 {
    padding: 1rem 2.3rem !important;
}

/*My Profile*/
#frm_profile {
    padding: 50px;
}

#client_information input[type="text"] {
    width: 100%;
    padding: 15px;
    margin: 0px 0 20px 0;
    display: inline-block;
    background: #f1f1f1;
    border-radius: 6px;
    border: 1px solid #dadadd;
    background: none;
    font: 400 15px/20px "Montserrat", sans-serif;
    height: 46px;
}

    /* #frm_profile input[type="text"] {
        margin: 0px !important; 
    } */

#client_information select {
    height: 46px;
    background: none !important;
}

#frm_set_password .col-2 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

#frm_set_password {
    max-width: 600px;
    margin: 0 auto;
}

#frm_set_password .col-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.col-md-12.text-success.h5.text-center .col-md-12.text-dark.h5.text-center a {
    display: inline-block;
    background: #dd2726;
    color: #fff !important;
    padding: 14px 20px !important;
    margin: 0 0;
    border: none;
    cursor: pointer;
    opacity: 0.9;
    font: 700 16px/20px "Montserrat", sans-serif;
    border-radius: 6px !important;
    min-width: 200px;
}

.col-md-12.text-success.h5.text-center .col-md-12.text-dark.h5.text-center a:hover {
    background: #000;
    text-decoration: none;
}

.signupNote {
    font: 400 14px/20px "Montserrat", sans-serif;
    color: #000000;
    padding: 9px;
    background: rgba(204, 26, 0, .1);
    border: 1px solid #ecd0cc;
    margin-bottom: 19px;
}

.signupNote a {
    color: #dd2726;
}

@media screen and (max-width: 991px) {
    .container.mt-7 {
        margin: 50px auto;
    }

    #frm_login .card2.card.border-0.login .mt-4,
    #frm_login .card2.card.border-0.login .mt-7 .my-4 {
        margin-top: 0.5rem !important;
    }

    #frm_login .pr-md-5,
    #frm_login .px-md-5 {
        padding-right: 2rem !important;
    }

    #frm_login .pl-md-5,
    #frm_login .px-md-5 {
        padding-left: 2rem !important;
    }

    #frm_login .mb-5,
    #frm_login .my-5 {
        margin-bottom: 1rem !important;
    }

    #frm_login .col-xl-9 {
        padding-right: 0;
        padding-left: 0;
    }

    #frm_login .py-5 {
        padding-bottom: 0rem !important;
        padding-top: 0rem !important;
    }
}

@media (min-width: 768px) {
    .playerregisterform .col-md-10 {
        -ms-flex: 0 0 38.333%;
        flex: 0 0 45.333%;
        max-width: 45.333%;
    }
}

@media screen and (max-width: 640px) {
    #frm_login .float-right {
        padding-top: 3px;
    }

    #client_information .col-4 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    #frm_profile .col-2 {
        -ms-flex: 0 0 49%;
        flex: 0 0 49%;
        max-width: 49%;
        padding-left: 14px;
    }

    #frm_set_password {
        max-width: 100%;
    }

    .playerregisterform .col-md-10 {
        -ms-flex: 0 0 38.333%;
        flex: 0 0 90.333%;
        max-width: 90.333%;
    }
}

@media screen and (max-width: 490px) {

    /* #frm_login .text-right,
    #frm_login .float-right {
        float: left !important;
    }*/
    .row.mt-2.px-3 .btn-black {
        padding: 8px !important;
    }

    #frm_register .col-6,
    #frm_register .col-4,
    #frm_register .col-3,
    #frm_register .col-2,
    #client_information .col-4,
        {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    #frm_profile {
        padding: 30px 15px;
    }

    #frm_set_password .col-2 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    #frm_register .col-2 {
        margin: 0px auto;
    }
}

.btn-red {
    background: #dd2726 !important;
    color: #fff !important;
    font-weight: bold !important;
    letter-spacing: 2px;
    border-radius: 6px !important;
    padding: 9px 0 !important;
}

.btn-red:hover {
    background: #000 !important;
}

.btn-black {
    background: #000 !important;
    color: #fff !important;
    padding: 10px 20px !important;
    margin: 0px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    opacity: 0.9;
    font: 700 14px/20px "Montserrat", sans-serif;
    border-radius: 6px !important;
    text-align: center;
    letter-spacing: 2px;
    text-decoration: none;
}

.btn-black:hover {
    text-decoration: none;
    background: #dd2726 !important;
}

@media screen and (max-width: 380px) {
    .float-right.text-right.pt-2 {
        display: block;
        float: none !important;
        text-align: left !important;
    }

    .row.mt-2.px-3 .btn-black {
        padding: 8px !important;
		font-size: 12px;
    }

    #frm_register .col-2 {
        width: 160px !important;
    }
}
