
/*.registerone{
    background-image: url('../images/bg.jpg');
    background-position: bottom;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    min-height: 100vh;
    height: 100%;
}*/

/*
.registerone .logincontent{
    display: table;
    width: 100%;
    height: 100vh;
}

.registerone .logincontainer{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding:20px;

}
*/


.registerone .bs-searchbox input.form-control {
    margin-bottom: 0;
    width: 100%;
    border-color: #ddd !important;
    color: #000 !important;
}

.registerone .bootstrap-select.btn-group .no-results {
    color: #000;
}

.bootstrap-select .btn:focus {
    outline: 0 !important;
    box-shadow: none !important;
    outline-offset: -2px;
}

.registerone label.error{
    position: absolute;
    bottom: -22px;
    color: #f10202;
}

.registerone select.form-control option{
    color: #333;
}

.registerone .customCheckBox{
    text-align: left !important;
    margin-bottom: 20px;
    display: block;
}


.customCheckBox, .customRadio {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    margin: 0;
    color: #e5e5e5;
    font-weight: 400;
}

.input-group-addon .customCheckBox, .input-group-addon .customRadio {
    width: 18px;
    height: 18px;
    padding-left: 0;
}

.customCheckBox input, .customRadio input {
    opacity: 0;
    left: 0;
    z-index: -1;
    position: absolute;
}

.customCheckBox .customCheckSpan, .customRadio .customRadioSpan {
    color: #455a64;
    border: 1px solid #b3bbbe;
    border-radius: 2px;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 1px;
    left: 0;
}

.customRadio .customRadioSpan {
    border-radius: 100%;
}

.customCheckSpan:before, .customRadioSpan:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 2px;
    opacity: 0;
    border-width: 0 0 2px 2px;
    border-color: #ffffff;
    border-style: solid;
    width: 9px;
    height: 5px;
    transform: rotate(-45deg);
    transition: all ease-in-out .15s;
}

.customRadioSpan:before {
    left: 3px;
    border: 4px solid;
    border-color: inherit;
    width: 0;
    height: 0;
    border-radius: 100%;
}

.customCheckBox input:checked + .customCheckSpan:before, .customRadio input:checked + .customRadioSpan:before {
    opacity: 1;
}


.registerone .loginform{
    max-width: 600px;
    width: 100%;
    background-color: #304149;
    padding: 30px 80px;
   /* margin-left: 20%;*/
    text-align: center;
    color: #fff;
    margin: 20px auto;
    margin-bottom: 25px;
    /*max-height: calc(100vh - 40px);
    overflow-y: auto;*/
}

.registerone .loginform h3{
     font-size: 30px;
     font-weight: 600;
     margin-bottom: 20px;
    font-family: GilbertColorBoldPreview5;
}

.registerone .loginform h6{
    color: #a4acb3;
    font-size: 12px;
    margin-bottom: 20px;
}

.registerone .loginform .social h4{
    background-color: #07ABF2;
    color: #fff;
    padding:8px 12px;
    border-radius: 2px;
}

.registerone .loginform .social h4 a{
    display: table;
    width: 100%;
}

.registerone .forregister span{
    color: #bbb;
    margin-top: 10px;
}

.registerone .forregister span a{
    color: #07ABF2;
    text-decoration: underline;
}
.registerone .loginform .social h4 a span{
   font-size: 11px;
   color: #fff;
   margin-left: 6px;
   display: table-cell;
   vertical-align: middle;
   text-transform: uppercase;
}

.registerone .loginform .social h4 a i{
    color: #fff;
    display: table-cell;
    vertical-align: middle;
}

.mb-20{
    margin-bottom: 20px;
}

@media screen and (max-width: 768px){
    .registerone .loginform{
        margin:auto;
    }
}

@media screen and (max-width: 500px){
    .registerone .loginform .col-xs-4{
        width: 100%;
    }
    .registerone .loginform .social h4 a span,.registerone .loginform .social h4 a i{
        display: inline-block;
    }

    .registerone .loginform .social h4 a{
        display: block;
    }

    .registerone .loginform{
        padding: 30px 40px;
    }
}


.formcontent legend{
    display: block;
    padding-inline-start: 2px;
    padding-inline-end: 2px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    margin-bottom: -6px;
    width: auto;
    font-size: 13px;
    margin-left: 10px;
    color: #bbb;

}

.registerone .loginform .width40{
    width: 40px;
    text-align: left;
}

.registerone .loginform .displaytable{
    margin-bottom: 20px;
    position: relative;
}

.registerone .loginform .displaytable .form-control{
    background-color: transparent !important;
    border-color: transparent;
    box-shadow: none !important;
    color: #fff;
    font-size: 12px;
}

.registerone .loginform .displaytable i{
    font-size: 24px;
    color: #bbb;
}

.text-right{
    text-align: right;
}

.registerone .loginform .forgot{
    color: #bbb;
    text-decoration: underline;
}

.registerone .loginform label.remember{
    color: #bbb;
}

.rememberme{
    text-align: left;
    cursor: pointer;
    margin-left: 40px;
    padding-bottom: 20px;
}

.registerone .bootstrap-select>.btn {
    width: 100%;
    padding-right: 25px;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 13px;
    text-transform: none !important;
    padding: 8px 12px !important;
}

.registerone .loginform .submitbtn{
    background-color: #07ABF2;
    border: 1px solid #07ABF2;
    text-align: center;
    color: #fff;
    display: block;
    margin-bottom: 20px;
    width: 100%;
    padding: 10px 12px;
    text-transform: none !important;
    transition: 0.2s ease all;
}

.registerone .dropdown-menu>.active>a, .registerone .dropdown-menu>.active>a:hover, .registerone .dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #07ABF2;
    outline: 0;
}

.registerone .loginform .submitbtn:hover {
    background-color: transparent;
    color: #07ABF2;
    transition: 0.2s ease all;
}

.rememberme input{
    cursor: pointer;
}

.rememberme label{
    font-weight: 400;
    margin-left: 5px;
}

/*.displaytable{
    display: table;
    width: 100%;
}*/

.registerone .loginform .password{
    position: absolute;
    right: 20px;
    top: 18px;
    color: #bbb;
    font-size: 17px !important;
    cursor: pointer;
}

.registerone .loginform .passwordinput{
    padding-right: 40px;
}

.displayBlock{
    display: block;
}

/*.displaytablecell{
    display: table-cell;
    vertical-align: middle;
}*/

.formcontent fieldset{
    display: block;
    margin-inline-start: 2px;
    margin-inline-end: 2px;
    padding:0;
    text-align: left;
    min-inline-size: min-content;
    border-width: 1px;
    border-radius: 3px;
    border-style: solid;
    border-color: #bbb;
    border-image: initial;
}

.email{    
    font-size: 20px !important;
}

.field-validation-error{
    display:block;
    text-align:left;
}