﻿@import url('../../theme.css');
.entireBody {
    padding-top: 100px;
    min-height: 691px !important;
    width:60%;
    margin:0 auto;
    float:none;
}
.registerForm {
        background-color: whitesmoke;
    padding: 30px;
    border-radius: 10px 10px 0px 0px;
}
.form-control {
    margin-bottom: 5px;
        font-size: 16px;
    height: 42px !important;
    padding: 10px;
}
.txt_fname, .txt_lname {
    width: 49.5%;
}
.current-email, small {
    color: #3071a9;
}
.btn.btn-lg.btn-block {
    width: 40% !important;
    background-image: none;
    /*background-color: #f0ad4e;*/
    background-color: var(--seconderColor);
    border: 0px;
    color: #fff;
}
.lbl_hearAboutUs {
    color: #989898 !important;
}
.setnewpassword.input-group.merged.pull-left {
    margin-bottom: 6px;
}
.modal-body{
    /*background-color:whitesmoke;*/
    background-color:#fff;
    
}
.modal-header {
    background-color: #6e6e6e !important;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px 10px 0px 0px;
}
.h3_headline {
    color: white;
    margin: 5px;
}
.logreg{
        border-radius: 10px 10px 0px 0px;
}
.logreg .form-control {
    outline: none;
}
@media screen and (max-width:650px) and (min-width: 300px) {
    .entireBody {
        width: 100%;
    }

    .btn.btn-lg.btn-block {
        width: 60% !important;
    }
}
@media screen and (max-width:1050px) and (min-width: 300px) {
    .entireBody {
        min-height: 746px !important;
    }
}


.flex-column {
    display:flex;
    flex-direction:column
}