﻿/*login update screen*/
@import url('../../theme.css');
.modal-header {
    background-color: #6e6e6e !important;
    border-radius: 10px 10px 0px 0px;
}
.h3_headline {
    color: var(--primaryColor);
    margin: 5px;
}
.logreg {
    padding: 0px;
    border-radius: 10px 10px 0px 0px;
}
.entireBody {
    padding-top: 135px;
    min-height: 671px !important;
}
.panel.panel-heading{
    border: 1px solid #c1c1c1;
    color:var(--seconderColor);
    box-shadow: none;
}
a:focus{
    outline:none;
}
.group_inputform {

    outline: none;
}
input{
    outline:none;
}
.focusedInput{
    outline:none !important;
    border-color:#ccc !important;
    box-shadow:none;
}
.merged .input-group-addon {
    /*background-color: rgb(239, 239, 239);*/
    border:0px;
}
.input-group{
    padding-bottom:5px;
}
/*.btn-primary ,.btn-danger {
        color: #ffffff !important;
    background-color: #6e6e6e !important;
    border-color: none !important;
    background-image: none !important;
    border-radius: 0px !important;
    border: 1px solid rgb(110, 110, 110);
}

.btn-danger{
    background-color: #00a3e4 !important;
    border: 1px solid #00a3e4;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger{
     border: 1px solid #00a3e4;
}*/
.btn {
    padding: 10px 7px;
    border-radius: 22px;
    font-size: 16px;
    background-color: #fff;
}
.btn.btn-danger {
background-color: #fff !important;
border: 1px solid var(--dangerColor);
color: var(--dangerColor) !important;
background-image: none;
}
.btn.btn-danger:hover, .btn.btn-danger:focus, .btn.btn-danger:active {
    background-color: var(--dangerColor) !important;
    color: #fff !important;
}
.btn.btn-success {
    background-color: #fff;
    border: 1px solid var(--seconderColor);
    color: var(--seconderColor);
    background-image: none;
}
.btn.btn-success:hover, .btn.btn-success:focus, .btn.btn-success:active {
background-color: var(--seconderColor);
border-color: var(--seconderColor);
color: #fff;
}
.accordion-toggle {
    color: var(--headerColor) !important;
    font-size: 15px !important;
    font-weight: bold;
}
.accordion-toggle i.glyphicon-minus-sign{
    color: #d6dbdf;
    font-size: 25px;
    vertical-align: bottom;
    margin: 0px 12px 0px 0px;
}
.accordion-toggle i.glyphicon-minus-sign:hover {
    color: var(--seconderColor);
}
.current-email, small {
    color: #3071a9;
}
.panel.panel-heading.updateLoginAccordion {
    border: 2px solid #d6dbdf;
    margin-bottom: 10px;
    border-radius: 10px;
}
    .panel.panel-heading.updateLoginAccordion:hover {
        border-color: var(--seconderColor);
    }
span.input-group-addon:has( + .borderLRadius0:focus) {
    outline: 2px solid var(--seconderColor) !important;
    color: var(--seconderColor);
}
    /*login screen*/
    .logreg .well {
    border-radius: 10px 10px 0px 0px;
}
li#liSignIn, li#liRegister {
    border: 1px solid #e0e0e0;
    border-bottom: 2px solid var(--seconderColor);
    margin-left: 5px;
    background-color: rgba(255, 255, 255, 0.81);
    border-radius: 6px 6px 0px 0px;
}
#liSignIn a , #liRegister a{
    margin: 0px;
}

li#liSignIn.active > a , li#liRegister.active > a{
    border-bottom: 2px solid #f0ad4e;
    background-color: transparent;
    border-radius: 0px;
    margin: 0;
    margin-left: 5px;
border:0px;
}
.btn.btn-lg.btn-block {
    width: 22% !important;
    background-image: none;
    background-color: var(--seconderColor);
    border: 0px;
    color: #fff;
}
#Registerdiv1 .form-control, form#loginform .form-control {
    margin-bottom: 25px;
}
#Registerdiv1 .form-control::-webkit-input-placeholder,
form#loginform .form-control::-webkit-input-placeholder { /* Edge */
    text-transform:capitalize;
}

#Registerdiv1 .form-control:-ms-input-placeholder,
form#loginform .form-control:-ms-input-placeholder { /* Internet Explorer */
    text-transform: capitalize;
}

#Registerdiv1 .form-control::placeholder,
form#loginform .form-control::placeholder { /* Internet Explorer */
    text-transform: capitalize;
}

form#loginform input#Password {
    margin-bottom: 9px;
}
    #Registerdiv1 .form-control.testresult span {
        margin-top: 6px;
    }
    .lbl_hearAboutUs {
        color: #3071a9;
    }
.txt_fname, .txt_lname {
    width: 49.5%;
}
form#registerform {
    padding: 0px 0px;
}
.detailsSecion .row .btn-success.fileinput-button  {
    background-color: #3c8c84 !important;
    background-image: none !important;
    border: 0px !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    text-shadow: none !important;
}
@media screen and (max-width:1050px) and (min-width: 300px) {
    .entireBody {
    min-height: 749px !important;
}
}
