@import url('https://fonts.googleapis.com/css?family=Work+Sans:200,300,400,500,600,700');

body{
    font-family: 'Work Sans', sans-serif;
    height: 100%;
    padding: 0;
    margin: 0;
    font-size: 13px;
}
html, body {
    height: 100%;
}
.row-height {
    height: 100vh;
}
h3 span{
    display:block;
    font-size: 12px
}
.content-left {
    background-color: #434bdf;
    padding: 0;
}
span.mand{
    color: #ff0000
}
.content-right {
    padding: 60px;
    height: 100%;
    min-height: 100%;
    overflow-y: scroll;
    justify-content: center;
    align-items: center;
}
h3.sec-head{
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: 500;
    font-size: 18px;
    font-size: 1.125rem;
}

.form-control {
    border: 1px solid #d2d8dd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    font-size: 0.875rem;
    height: calc(2.55rem + 2px);
}
.custom-select{
    height: calc(2.55rem + 2px);
}


.submit-ntm button{
    margin-top: 50px;
        -webkit-border-radius: 25px !important;
        -moz-border-radius: 25px !important;
        -ms-border-radius: 25px !important;
        border-radius: 25px !important;
        -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
        box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
        border: none;
        background: #434bdf;
        outline: none;
        cursor: pointer;
        display: inline-block;
        text-decoration: none;
        padding: 12px 25px;
        color: #fff;
        font-weight: 600;
        text-align: center;
        line-height: 1;
        -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;   
    font-size: 0.875rem;

}

.form-control:focus {
    box-shadow: none;
    border-color: #ccc;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
}
.gaq{
    padding: 50px 0
}

.content-left-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
    min-height: 100%;
    padding: 60px 15px 35px 15px;
    background-color: #434bdf;
    color: #fff;
    text-align: center;
    position: relative;
    background: transparent;
    background: -webkit-linear-gradient(top, transparent, rgba(0,0,0,0.5));
    background: linear-gradient(to bottom, transparent,rgba(0,0,0,0.5));
}
.col-form-label{
    text-align: right
}
.col-form-label{
    font-weight: 600
}
.sec-head{
    position: relative;
    display: inline-block;
    line-height: 14px;
    z-index: 1;
    text-align: center;
    margin: 60px 0 40px 0;
}
.sec-head .border1 {
    width: 50px;
    height: 2px;
    background: #fec144;
    display: inline-block;
    float: left;
    margin: 6px 0;
}
.sec-head span {
    position: relative;
    display: inline-block;
    color: #c20426;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Rubik', sans-serif;
    line-height: 14px;
    padding: 0 15px;
}
.sec-head .border2 {
    width: 50px;
    height: 2px;
    background: #fec144;
    display: inline-block;
    float: right;
    margin: 6px 0;
}
@media (max-width: 991px){
.content-right {
    height: auto;
    padding: 30px 15px;
}
.col-form-label{
    text-align: left
}
}


