﻿
.text-danger {
    color: #a94442;
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert {
    text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #a94442;
}

.alert-success {
    background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
    background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
    background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
    background-repeat: repeat-x;
    border-color: #b2dba1;
}

.alert-info {
    background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
    background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
    background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
    background-repeat: repeat-x;
    border-color: #9acfea;
}

.alert-warning {
    background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
    background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
    background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
    background-repeat: repeat-x;
    border-color: #f5e79e;
}

.alert-danger {
    background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
    background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
    background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
    background-repeat: repeat-x;
    border-color: #dca7a7;
    color: #a94442;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.mail_form .heading {
    margin: 0 0 15px 0;
    padding: 0px 0;
    text-align: left;
    min-height: auto;
    border-radius: 25px 25px 0 0;
    background: none;
}

.form_padding {
    padding: 40px;
    box-shadow: 0px 4px 16px 4px rgba(0, 0, 0, 0.08);
    border-radius: 24px;
}

.mail_form input.input-box::placeholder {
    color: dimgrey !important;
    opacity: 1;
    font-size: 18px;
}

.mail_form input[type="text"],
.mail_form input[type="email"],
.mail_form input[type="password"],
.mail_form input[type="tel"],
.mail_form select,
.mail_form textarea {
    width: 100%;
    height: 48px;
    border: 1px solid rgba(220, 220, 220, 1);
    border-radius: 12px;
    margin: 5px 0;
    padding: 5px 10px;
    text-indent: 0px;
    font: 400 18px / 55px 'Montserrat', sans-serif;
    color: #000;
    background: transparent;
}
.required{
    color: red;
}
label{
    color: black;
}

.heading-label {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
}

.d-flex-div{
    display: flex;
}

.phoneWidth{
    width: 83%;
    margin-left: 10px;
}

.phoneCodeWidth{
    width: 15%;
}

#PhoneCode{
    padding: 5px 20px;
}

.form-box-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}

.mail_form input[type="submit"], .reset-btn {
    background: #ef7e1a;
    font: 700 20px / 55px 'Montserrat', sans-serif;
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    padding: 0px;
    margin: 15px 0 0;
    display: inline-block;
    border: 1px solid #ef7e1a;
    border-radius: 30px;
    float: left;
}

.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: 10px;
    right: 0px;
    color: inherit;
}

.mail_form input[type="reset"], .back-btn {
    background: rgba(241, 241, 241, 1);
    font: 600 18px / 55px 'Montserrat', sans-serif;
    color: #000;
    text-transform: capitalize;
    text-align: center;
    padding: 0px;
    margin: 15px 0 0;
    display: inline-block;
    border: none;
    border-radius: 30px;
    float: right;
}

.mail_form input[type="submit"]:hover,.reset-btn:hover {
    background: #445661;
    color: #fff;
    border: 1px solid #445661;
    transition: all .3s ease-in-out;
    border-radius: 0px 15px 0 15px;
}

.mail_form input[type="reset"]:hover, .back-btn:hover {
    background: #ef7e1a;
    color: #fff;
    border: 1px solid #ef7e1a;
    transition: all .3s ease-in-out;
    border-radius: 0px 15px 0 15px;
}

.alert {
    text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #a94442;
}


.margin-remove {
    margin: 0 !important;
    margin-right: 70px !important;
    border: 1px solid rgba(220, 220, 220, 1) !important;
}

.a-btn {
    background: none;
    font: 700 20px / 55px 'Montserrat', sans-serif;
    color: rgba(239, 126, 26, 1);
    text-transform: capitalize;
    text-align: center;
    margin: 15px 0 0;
    display: inline-block;
    border: 2px solid rgba(239, 126, 26, 1);
    border-radius: 30px;
    float: right;
}
.btn-hald-width{
    width: 48%;
}

.made-responsive {
    display: flex;
    justify-content: center;
}

.mail_form .heading h2 {
    font-weight: 700;
    text-transform: uppercase;
    color: black;
    font-size: 32px !important;
}

#ifrmCaptcha {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
    margin-top: 0.5rem !important;
}

/*Login*/

.heading-login{
    margin: 0px !important;
}

.madeMarginToAdjust{
    margin-left: 14% !important;
    margin-right: 3% !important;
}

.Btn-width{
    width: 100%;
    font-weight: 600;
    cursor: pointer;
}

.myclass {
}




@media only screen and (max-width: 1786px) {
    #ifrmCaptcha {
        margin-right: 0rem !important;
        margin-left: 0rem !important;
        margin-top: 0.5rem !important;
    }
}

@media only screen and (max-width: 1720px) {
    .margin-remove{
        margin: 10px 0px !important;
    }
}

@media only screen and (max-width: 1283px) {
    .a-btn{
        font-size: 18px;
    }
    .form-box-section {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}


@media only screen and (max-width: 1024px) {
    .form-box-section {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media only screen and (max-width: 998px) {
    .form-box-section {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

}

@media only screen and (max-width: 991px) {
    .main-img{
        margin-left: 10px;
    }
}

@media only screen and (max-width: 989px) {
    .main-img{
        margin: 0px;
    }
    .margin-remove{
        margin: 10px !important;
    }
    .last-name-input{
        margin: 0px !important;
    }
    .captcha-input{
        width: 100%;
    }
    .a-btn {
        font-size: 20px;
    }
}

@media only screen and (max-width: 500px) {
    .captcha-input {
        width: 70%;
    }
}

@media only screen and (max-width: 425px) {
    .a-btn{
        font-size: 18px;
    }
    .captcha-input {
        width: 50%;
    }
    .flex-column-make {
        margin: 0px 5px;
    }
}

@media only screen and (max-width: 393px) {
    .a-btn{
        font-size: 16px;
    }
}

@media only screen and (max-width: 361px) {
    .a-btn{
        font-size: 14px;
    }
}

@media only screen and (max-width: 329px) {
    .a-btn{
        font-size: 13px;
        padding: 0px 5px;
    }
}

@media only screen and (max-width: 323px) {
    .a-btn{
        font-size: 12px;
        padding: 0px 5px;
    }
}

@media only screen and (max-width: 307px) {
    .a-btn{
        font-size: 12px;
        padding: 0px 5px;
    }
}








