/* Custom Css for Sign In / Create */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

@font-face {
    font-family: 'lato-thin-webfont';
    src: url('../fonts/lato-thin-webfont.eot');
    src: url('../fonts/proximanovalight.eot?#iefix') format('embedded-opentype'),
    url('../fonts/lato-thin-webfont.woff') format('woff'),
    url('../fonts/lato-thin-webfont.ttf') format('truetype'),
    url('../fonts/lato-thin-webfont.svg#lato-thin-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Lato', sans-serif;
    background: #fff;
}

/* page bage-ground*/
.page-bg {
    background-image: url(../images/backgroundimages/pagebg.png);
    background-repeat: no-repeat;
    background-position:bottom;
    background-attachment: fixed;
    background-size: cover;
    height: 100vh;
}

/* Password Field Eye Hide/show*/
.field-icon {
    float: right;
    margin-left: -25px;
    margin-right: 15px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
    color: #748379 !important;
}

#contractor-need-help {
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
}

#verify-submit-btn {
    margin-top: 50px;
}
