﻿/*login update screen*/
@import url('../../theme.css');
.modal-header {
    background-color: #6e6e6e !important;
    border-radius: 10px 10px 0px 0px;
}
.h3_headline {
    color: white;
    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);
}
.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;
}
.current-email , small {
    color: #3071a9;
}

/*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{
    margin-bottom: 5px;
}
.lbl_hearAboutUs {
    color: #3071a9;
}
.txt_fname, .txt_lname {
    width: 49.5%;
}
.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;
}
}
