﻿.row{
    height:100%;
           
}
.col-lg-6{
    padding:50px;
}
.form-control-lg{
    min-width:632px;
    max-width:100% !important;
    border:none;
    border-bottom:1px solid transparent;
    outline:none;
    border-radius:0px;
    text-align:left;
    font-size:16px;
    padding:0px;
    background-color:#FFFFFF;
    color:#000000;
}
.form-control-lg-login{
     border-bottom:1px solid #707070;
}

.form-control-lg:hover,.form-control-lg:focus{
    min-width:632px;
    max-width:100% !important;
    border:none !important;
    border-bottom:1px solid #707070 !important;
    border-radius:0px;
    font-size:16px;
    color:#1F497B;
}
    .form-control-file-lg{
    min-width:78% !important;
    max-width:100% !important;
    border:none;
    /*border-bottom:1px solid #707070;*/
    outline:none;
    border-radius:0px;
    text-align:left;
    font-size:16px;
    padding:0px;
    background-color:#FFFFFF;
    color:#000000;
    /*color:#707070 !important;*/
}

.form-control-file-lg:hover,.form-control-file-lg:focus{
    min-width:78% !important;
    max-width:100% !important;
    border:none;
    border-bottom:1px solid #707070;
    border-radius:0px;
    font-size:16px;
    color:#1F497B !important;
}
.col-form-label{
    position: relative;
    width:240px;
    margin:50px 0px 15px 0px ; 
    text-align:left;
    font-size:16px;
    height:30px;

}
.form-heading{
    /*text-align:center;*/
    color:#1F497B;
    margin:0px 447px 10% 250px;
    width:100%;
    height:56px;
}
.form-heading2{
    /*text-align:center;*/
    color:#FFFFFF !important;
    margin:0px 0px 0px 0px !important;
    font-size:50px !important;
    font-weight:bold !important;
    text-align:left !important;
    /*font-family:Arial;*/
    width:100%;
}
.btn-primary{
    background-color:#FFFFFF !important;
    height:68px !important;
    font-weight:bold !important;
    color:#1F497B !important;
    border-radius: 15px !important;
    font-size:23px !important;
    border: 1px #1F497B solid !important;
}
.btn-primary:hover{
    background-color:#1F497B !important;
    color:#FFFFFF !important;
    width:200px;
    height:50px;
    font-weight:bold;
    cursor:pointer;
}
.btn-secondary{
    background-color:transparent !important;
    min-width:400px !important;
    width:100%;
    height:50px !important;
    font-weight:500 !important;
    border:1px #FFFFFF solid !important;
}

.btn-signup {
    border: 3px #ffffff solid;
    color: #FFFFFF  !important;
    /*margin: 375px 168px 320px 0px !important;*/
    /*margin: 35.2%  168px 320px 0px !important;         */
    font-size: 23px !important;
    font-weight: bold !important;
    text-align: center !important;
    background-color:transparent !important;
    border-radius: 30px !important;
}
        
.btn-signup:hover {
    border: 3px #ffffff solid;
    color: #1F497B  !important;
    margin: 35.2%  168px 320px 0px !important;
    font-size: 23px !important;
    font-weight: bold !important;
    text-align: center !important;
    background-color:#FFFFFF !important;
    border-radius: 30px !important;
}
      
      
.form-heading-register-left {
    /* text-align: center; */
    color:#1F497B !important;
    /*margin:107px 378px 0px 361px !important;*/
    font-size:50px !important;
    font-weight:bold !important;
    /*text-align:left !important;*/
    /*margin-top: 50px;*/
}
.btn-signup-regright {
    border: 3px #ffffff solid;
    color: #FFFFFF  !important;
    margin: 315px 0px 320px 221px !important;
    font-size: 23px !important;
    font-weight: bold !important;
    text-align: center !important;
    background-color:#1F497B !important;
    border-radius: 30px !important;
}

    .btn-signup-regright:hover {
    border: 3px #ffffff solid;
    color: #1F497B  !important;
    margin: 315px 0px 320px 221px !important;
    font-size: 23px !important;
    font-weight: bold !important;
    text-align: center !important;
    background-color:#FFFFFF !important;
    border-radius: 30px !important;
}
::-ms-reveal {
    display: none !important;
}