html, body, div, object, iframe,
h1, h2, h3, h4, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
.label_bold{
    font-style: italic;
    font-weight: 500;
}
body {
    line-height:1;
}
h5{
    line-height: 1.0 !important;
    font-size: 1.05rem !important;
}
.fax_text{
    margin-top: 5px;
    margin-bottom: 20px;
    font-style: italic;
}
.checklist{
    font-style:italic;
    font-size: 1.0rem;
    font-weight: 500;
    text-decoration: underline;
}
.form_section{
    margin-top: 30px;
}
.field_section_half{
    margin-left: 35px !important;
}
.field_section{
    margin-left: 50px !important;
}
.subject{
    font-size: 1.0rem;
    font-weight: 500;
    text-decoration: underline;
}
.header_text{
    display: block;
}
input[type=text] {
    border: none !important;
    outline: none !important;
    box-sizing: border-box !important;
    border-bottom: 1px solid black !important;
  }
.btn_cust{
    height: 30px;
    padding: 0px 10px !important;
    margin: 0px 10px;
}
.rightleft0{
    margin-right: 30px !important;
    margin-left: 0px !important;
}
.upload_but{
    margin-left: 10px;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

/* input, select {
    vertical-align:middle;
} */

/*custom css code*/
footer {
    position: fixed;
    height: 100px;
    bottom: 0;
    width: 100%;
}
.login-page{
    background: url(../img/login-banner.png) no-repeat center;
    background-size: cover;
    height: 600vh;
    width: 100%;
}
.right0{
    margin-right: 45px !important;
}
/* .modal-content {
    background-color: #ffffffe0 !important;
} */
a:hover {
    text-decoration: none !important;
  }
  .login_password{
    width: 50%;
    margin-left: 15px;
  }
  .canvas_css{
    /* width: 400px !important; */
    height: 200px !important;
  }
.submit_but{
    text-align: center;
    margin-top: 30px;
}
.submit_btn{
    width: 150px;
}
.login-section{
    width: 950px;
    height: auto;
    background-color: #fff;
    position: absolute;
    top: 245%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-box-shadow: -1px -2px 12px -3px rgb(173 173 173 / 75%);
    -moz-box-shadow: -1px -2px 12px -3px rgb(173 173 173 / 75%);
    box-shadow: -1px -2px 12px -3px rgb(173 173 173 / 75%);
}
.login_form {
    width: 85%;
    margin: 0 auto;
    min-height: 100%;
    padding: 13% 0px;
}
.login_form h3 {
      text-align: left !important;
    color: #000 !important;
    font-weight: 700 !important;
    font-size: 26px;
    font-family: sans-serif;
}
.login_details p {
    margin-bottom: 30px;
}
/*.login_form .form-control {
    -webkit-box-shadow: 0px 1px 5px 0px rgba(214,214,214,1);
    -moz-box-shadow: 0px 1px 5px 0px rgba(214,214,214,1);
    box-shadow: 0px 1px 5px 0px rgba(214,214,214,1);
    border-radius: 5px !important;
    padding: 24px 15px;
    margin-bottom: 20px;
}*/
.login-form {
    margin: 20px 0px;
}
.login-form button {
    width: 100%;
    color: #fff;
    background-color: #1E9FF2;
    border-color: #1E9FF2 !important;
    border-radius: 50px !important;
    padding: 10px;
    margin-bottom: 10px;
}
.login_sec{
        padding: 8% 15px;
}
#forget-password{
    float: right;
    font-size: 16px;
    padding: 15px 0px;
    color: #000;

}
.login-form button:hover{
        background-color: #228ce8 !important;
    border-color: #228ce8 !important;
}
.login-form button:active{
        background-color: #228ce8 !important;
    border-color: #228ce8 !important;
}
.login_form .form-group{
    position: relative;
}
.login_form i.fa{
    position: absolute;
    top: 15px;
    left: 15px;
    color: #484848;
}
.login_form .form-control{
        height: calc(1.5em + .75rem + 10px) !important;
        padding: 0.375rem 2em !important;
}
.pd-0{
    padding: 0px !important;
}

/* new css  */

/* new css */
.signin_btn{
    background-color: #066093 !important;
    color: #fff !important;
    border-color: #066093 !important;
    border-radius: 25px !important;
    padding: 10px 20px !important;
   width: 100%;
   margin-bottom: 10px;
}
.signin_btn:hover {
    background-color: #05527d !important;
    border-color: #05527d !important;

}
.signin_btn i.fa.fa-linkedin {
    position: relative;
    color: #fff;
    left: 0px;
    top: 0px;
    font-size: 20px;
}

.indeed-btn{
    background-color: rgb(32, 78, 242)!important;
    color: #fff !important;
    border-color:rgb(32, 78, 242) !important;
    border-radius: 25px !important;
    padding: 10px 20px !important;
    width: 100%;
    margin-bottom: 10px;
}

.indeed-btn:hover{
    background-color: rgb(24 57 173)!important;
    border-color: rgb(24 57 173)!important;
}

.signin_btn:hover {
    background-color: #0e73ad !important;
    border-color: #0e73ad !important;

}
.divider{
    position: relative;
    display: table;
    width: 100%;
    margin: 10px 0px 20px;
}
.line_divider {
    width: 100%;
    height: 1px;
    background-color: #ccc;
}
p.or_text {
    position: absolute;
    top: -18px;
    left: 45%;
    margin-bottom: 0px;
    padding: 5px 10px;
    background-color: #fff;
}


@media (max-width: 1024px){
    .login-section{
        width: 90%;
        height: auto;
    }
}
@media (max-width: 767px){
.login_sec{
    display: none;
}
.login_form{
    padding: 15% 10px;
}
.field_section{
    margin-left: 20px !important;
}
.field_section_half{
    margin-left: 5px !important;
}
}