@font-face {
    font-family: 'AvertaDemo';
    src: local('AvertaDemo'), url(../fonts/FontsFree-Net-AvertaDemoPE-ExtraBold.ttf) format('truetype');
   }
   @font-face {
    font-family: 'Lato_Bold';
    src: local('Lato_Bold'), url(../fonts/Lato-Bold.ttf) format('truetype');
   }
   @font-face {
    font-family: 'Lato_Reg';
    src: local('Lato_Reg'), url(../fonts/Lato-Regular.ttf) format('truetype');
   }
   @font-face {
    font-family: 'Lato_I';
    src: local('Lato_I'), url(../fonts/Lato-Italic.ttf) format('truetype');
   }
   @font-face {
    font-family: 'Lato_Black';
    src: local('Lato_Black'), url(../fonts/Lato-Black.ttf) format('truetype');
   }
body{
    /* background-image: url('../img/Group 47@2x2.png');
    background-repeat: no-repeat;
    background-size:contain; */
    background-color: white;
    font-family: Lato_Reg;
}
.containers{
    overflow: hidden;
    height: 100vh;
    width: 100vw;
    padding: 0;
    margin: 0;
}
.containers > .imgHolder{
    width: 100%;
    height: 100%;
    float: left;
}
.containers > .imgHolder >img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.containers >.left{
    height: 100vh;
    float: left;
    position: absolute;
    z-index: 2;
    width: 42.5vw;
    text-align: center;
    padding: 19% 0px;
}
.containers >.right{
    height: 80vh;
    background-color: #2663C4;
    margin: 60px 0px;
    float: right;
    width: 54vw;
    position: absolute;
    z-index: -1;
    left: 44vw;
    border-radius: 10px;
}
.panel{
    background-color: white;
    padding: 15px 0px 0 0;
    position: absolute;
    z-index: 3;
    right: 10%;
    top: 25%;
    width: 38%;
    border-radius: 10px;
}
.panel2{
    background-color: white;
    padding: 15px 0px 0 0;
    position: absolute;
    z-index: 3;
    right: 10%;
    top: 20%;
    width: 38%;
    border-radius: 10px;
}
.panel-heading{
    font-size: 19px;
    color: #3E3E3E;
    font-family: Lato_Bold;
    padding: 0 20px;
}
.panel-heading >p {
    font-size: 11px;
    color: #003283;
    font-family: Lato_I;
}
.panel-body{
    margin-top: 70px;
}
.panel-body2{
    margin-top: 20px;
}
.form-group{
    margin-bottom: 13px;
    width: 93%;
    margin-left: 20px;
}
.form-group2{
    width: 100%;
}
.form-group > input{
    border: #D0DBEB 1px solid;
    background-color: #E6F0F8;
    border-radius: 5px;
    font-family: AvertaDemo;
    color: #707070;
    font-size: 16px;
    
}
.form-group > input::placeholder{
    color: #707070;
    font-family: AvertaDemo;
    font-size: 16px;
}
.form-group > input::-moz-placeholder{
    color: #707070;
    font-family: AvertaDemo;
    font-size: 16px;
}
.form-group > input::-webkit-input-placeholder{
    color: #707070;
    font-family: AvertaDemo;
    font-size: 16px;
}
.form-group > input:focus{
    border: #D0DBEB 1px solid;
    background-color: #E6F0F8;
    border-radius: 5px;
    font-family: AvertaDemo;
    color: #707070;
    font-size: 16px;
}
.form-group2 > a{
    color: #2869D1;
    font-size: 15px;
    font-family: Lato_Bold;
    text-decoration: underline;
    width: 100%;
    text-align: center;
}
.form-group2 >button.btn{
    background-color: #00BE5F;
    color: white;
    width: 100%;
    border: 0;
    border-radius: 0 0 10px 10px;
    height: 50px;
    font-size: 20px;
    font-family: Lato_Black;
}
.form-group2 >button.btn:disabled{
    background-color: #00BE5F;
    color: white;
    width: 100%;
    border: 0;
    border-radius: 0 0 10px 10px;
    height: 50px;
    font-size: 20px;
    font-family: Lato_Black;
    opacity: 0.3;
}
.help-block{
    color: red;
    font-size: 10px;
}
.Reg-form-group{
    margin-left: 20px;
    width: 92%;
    margin-bottom: 13px;
}
.Reg-halves-form-group{
    width: 44%;
    float: left;
    margin-left: 20px;
    margin-bottom: 13px;
}
.Reg-halves-form-group >input,.Reg-area-code-form-group > select, .Reg-tel-form-group > input, .Reg-form-group > input{
    border: 1px solid #D0DBEB;
    background-color: #E6F0F8;
    color: #707070;
    border-radius: 5px;
    font-family: AvertaDemo;
}
.Reg-halves-form-group >input:focus,.Reg-area-code-form-group > select:focus, .Reg-tel-form-group > input:focus, .Reg-form-group > input:focus{
    border: 1px solid #D0DBEB;
    background-color: #E6F0F8;
    color: #707070;
    border-radius: 5px;
    font-family: AvertaDemo;
}
.Reg-halves-form-group >input::placeholder, .Reg-tel-form-group > input::placeholder, .Reg-form-group > input::placeholder{
    color: #707070;
    font-family: AvertaDemo;
}
.Reg-halves-form-group >input::-moz-placeholder, .Reg-tel-form-group > input::-moz-placeholder, .Reg-form-group > input::-moz-placeholder{
    color: #707070;
    font-family: AvertaDemo;
}
.Reg-halves-form-group >input::-webkit-input-placeholder, .Reg-tel-form-group > input::-webkit-input-placeholder, .Reg-form-group > input::-webkit-input-placeholder{
    color: #707070;
    font-family: AvertaDemo;
}
.Reg-area-code-form-group{
    margin-left: 20px;
    width: 90px;
    float: left;
    margin-bottom: 13px;
}
.Reg-tel-form-group{
    margin-left: 20px;
    float: left;
    width: 70%;
    margin-bottom: 13px;
    
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.helpblock{
    display: none;
    font-size: 10px;
    color: red;
}
.error{
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.4);
    z-index: 7;
}
.errorContent{
    background-color: white;
    border-radius: 10px;
    border: 0;
    margin-top: 30vh;
    margin-left: 40vw;
    width: 20vw;
    height: 40vh;
    position: absolute;
    padding: 20px;
    text-align:center;
}
.success{
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.4);
    z-index: 7;
}
.successContent{
    background-color: white;
    border-radius: 10px;
    border: 0;
    margin-top: 30vh;
    margin-left: 40vw;
    width: 20vw;
    height: 40vh;
    position: absolute;
    padding: 20px;
    text-align:center;
}
.errorContent >img, .successContent > img{
    height: 150px;
    margin-top: 20px;
}