/*login page css*/

/*******************Reset Css****************/

* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none !important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
}

p {
    margin: 0;
}

html,
body {
    padding: 0;
    margin: 0;
    border-radius: 0;
    overflow-x: hidden;
}

em {
    font-style: normal;
}



body {
    font-size: 16px;
    font-family: 'google_sansregular';
    background-color: #fff;
}

body .login_area{
    background-color: #000!important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

a,
button,
input,
input[type="buttton"],
input[type="submit"],
.btn {
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    outline: none !important;
    text-decoration: none;
    border: none;
    font-style: normal;
    text-decoration: none;
}

input {
    width: 100%;
}

img,
figure {
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0;
}

ul,
ol,
li {
    list-style: none;
    margin: 0;
    padding: 0
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    line-height: 100%;
    font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'google_sansbold';
    font-weight: 600;
}

input,
textarea {
    padding: 5px 10px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

/*Buttons*/

input.form-control::-webkit-input-placeholder,
textarea.form-control::-webkit-input-placeholder {
    opacity: 1;
    color: #bababa;
}

input.form-control:-moz-placeholder,
textarea.form-control:-moz-placeholder {
    opacity: 1;
    color: #bababa;
}

input.form-control::-moz-placeholder,
textarea.form-control::-moz-placeholder {
    opacity: 1;
    color: #bababa;
}

input.form-control:-ms-input-placeholder,
textarea.form-control:-ms-input-placeholder {
    opacity: 1;
    color: #bababa;
}

textarea.form-control {
    resize: none;
}

.noradius {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.pointerNone {
    pointer-events: none;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
}

.relative {
    position: relative;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

/*******************Reset Css****************/

/* Login */
.login_area{
    /* background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center; */
    padding: 35px 0;
    position: relative;
    height: 100vh;
}
.hdng_area{
    text-align: center;
    margin-bottom: 25px;
}
.hdng_area figure{
    margin-bottom: 20px;
}
.hdng_area h2{
    font-size: 46px;
    letter-spacing: 2px;
    line-height: 45px;
    color: #671f60;
    margin-bottom: 15px;
}
.hdng_area p{
    max-width: 702px;
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 30px;
    color: #6b5669;
    margin: 0 auto;
}
.login_frm_outr{
    /*box-shadow: 0px 0px 24px rgba(246,121,34,0.3);*/
    -webkit-box-shadow: 0px 6px 35px 2px rgba(226, 50, 50, 0.65);
    -moz-box-shadow: 0px 6px 35px 2px rgba(226, 50, 50, 0.65);
    box-shadow: 0px 6px 35px 2px rgba(226, 50, 50, 0.65);
    background-color: #3C4043;
    border-radius: 6px;
    padding: 30px 50px;
    max-width: 525px;
    margin: 0 auto;
    position: relative;
    top:-100px;
}
.login_frm_outr h6{
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 30px;
    color: #ff0000;
    text-transform: capitalize;
    margin-bottom: 25px;
    text-align: center;
}
.input_area{
    margin-bottom: 30px;
}
.input_area:last-child{
    margin-bottom: 0;
}
.input_area .form-control{
    font-size: 24px;
    line-height: 50px;
    color: #bababa;
    height: 51px;
    padding: 0 45px 0 0;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #e1e4eb;
    background-position: right 15px center;
    background-repeat: no-repeat;
    box-shadow: none;
}
.input_area .form-control:focus{
    box-shadow: none;
    outline: none;
}
.input_area label{
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 0;
}
.user_input .form-control{
    /*background-image: url("../images/user.png");*/
    /* background-image: url("../images/user_gray.png"); */
}
.email_input .form-control{
    /* background-image: url("../images/mail_icon.png"); */
}
.pass_input .form-control{
    /* background-image: url("../images/lock_icon.png"); */
}
.name_input .form-control{
    /* background-image: url("../images/build_icon.png"); */
}
.custom_chack {
    position: relative;
    padding-left: 25px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #3e3e3e;
    display: flex;
    align-items: center;
}
.custom_chack input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 18px;
    width: 19px;
    border: 2px solid #d5dde0;
    background-color: transparent;
}
.custom_chack:hover input ~ .checkmark {
    border-color: #328be2;
}
.custom_chack input:checked ~ .checkmark {
    border-color: #328be2;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.custom_chack input:checked ~ .checkmark:after {
    display: block;
}
.custom_chack .checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #328be2;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.remembr_area{
    padding: 25px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.forgot_pass a{
    font-size: 18px;
    line-height: 25px;
    color: #3e3e3e;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    text-decoration: underline;
}
.forgot_pass a:hover{
    color: #328be2;
}
.login_btn_area{
    margin-top: 20px;
}
.sub_btn{
    line-height: 60px;
    border-radius: 32px;
    background-color: #ff0000;
    border: 2px solid #ff0000 !important;
    display: inline-block;
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    text-align: center;
    padding: 0;
    cursor: pointer;
    font-family: 'google_sansbold';
}
.sub_btn:hover{
    background-color: transparent;
    color: #ff0000;
}
.login_btn_area span{
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background-color: #efdeed;
    margin: 20px auto 15px;
    font-size: 16px;
    color: #3e3e3e;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}
.login_btn_area a{
    font-size: 15px;
    line-height: 30px;
    color: #328be2;
    text-decoration: underline;
    transition: all 0.3s ease-in-out;
    display: block;
    text-align: center;
    font-family: 'google_sansbold';
    text-transform: uppercase;
}
.login_btn_area a:hover{
    color: #3e3e3e;
}
/* Login */

#particles-js {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0.6;
    z-index: -1;
    pointer-events: none;
}


.error {
    color: #ff1010;
    font-size: 14px;
    position: absolute;
    font-weight: 600;
    padding: 5px 0;
}