@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Regular.ttf') format('truetype'), url('../fonts/Raleway-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Raleway-Regular.woff2') format('woff2'), url('../fonts/Raleway-Regular.woff') format('woff'), url('../fonts/Raleway-Regular.svg#Raleway-Regular') format('svg');
}

body, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: Raleway;
}

.VerifyWrap {
    margin: 5% 0;
    display: none;
}

.RegBtnWrap a {
    padding: 10px 15px;
    border: 2px solid #032949;
    color: #032949;
    font-size: 15px;
    text-decoration: none;
    border-radius: 4px;
}

    .RegBtnWrap a:hover {
        color: #fff;
        background: #032949;
        border-radius: 4px;
    }

.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
    text-decoration: none;
}

.LoginTitle {
    margin: 5% 0 0% 0;
}

    .LoginTitle h2 span {
        font-weight: bold;
        color: #03001F;
    }

.loginformWrap {
    margin: 0% 0 0 0;
}

.EmailWrap {
    margin-top: 3%;
}

.LoginBTit p {
    font-weight: lighter;
    font-size: 14px;
    color: #929292;
}

.sub_btnnew {
    background-color: #032949;
    width: 180px;
    height: 50px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    border: 1px solid #032949;
    transition: all 0.2s ease;
    margin-top: 10%;
}

/*.sub_btnnew:hover {
        color: #032949;
        background-color: #fff;
    }*/
.LoginTitle h2 {
    color: #5f5b5b;
}

.inputLoginCustom {
    border-color: #032949;
    height: 40px;
    font-size: 14px;
    margin-top: 5px;
    color: #032949;
}

.forgorPass {
    float: right;
}

    .forgorPass a {
        color: #06B0F0;
    }

.PassWrap {
    margin-top: 3%;
}

    .PassWrap:after {
        content: '';
        display: block;
        clear: both;
    }

.fuelSideImg {
    background: center center no-repeat;
    background-image: url('images/Login/Cropped_Background_Picture.png');
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
}

.fuelSideImgTit img {
    width: 75%;
}

.LoginTitle img {
    margin-bottom: 26px;
    width: 250px;
}

.fuelSideImg:before {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
}

.fuelSideImgTit {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 0 50px;
    margin: 0;
    line-height: 45px;
}

.loginHeader {
    margin: 3% 0;
}

.SignupTitle {
    margin: 5% 0;
}

.LogBtnWrap {
    margin-right: 10%;
}

.fuelSideImgCopyRight {
    position: fixed;
    left: 0;
    bottom: 10px;
    font-weight: lighter;
    color: #fff;
    text-align: center;
    padding: 0 50px;
    margin: 0;
    line-height: 45px;
    font-size: 12px;
}

.signup-link {
    color: #06B0F0;
    text-decoration: none;
    cursor: pointer;
}

.form-control:focus {
    border-color: #032949;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(102,175,233,.5);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 5px rgba(102,175,233,.5);
}

#footer {
    /* position: absolute;  */
    width: 100%;
    left: 0;
    height: 150px;
    bottom: 0;
    background: #032949;
    color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
    font-size: 17px;
    /* font-family: Roboto; */
}

.padding {
    padding: 0 !important;
}

i.text-light-blue {
    margin-bottom: 20px;
    font-size: 30px;
    color: #2badff;
}

div#footer > div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    div#footer > div a {
        color: #fff;
    }

@media only screen and (min-width:1550px) {
    .fuelSideImgTit {
        line-height: 60px;
        font-size: 40px;
    }
}

@media (max-width: 991px) {
    .left-side {
        display: none;
    }

    #footer {
        flex-wrap: wrap;
       height:auto;
    }

    .container-fluid {
        height: 100vh;
        display: flex;
        flex-direction: column;
    }
    .firstRow {
        height: auto !important;
        flex: 1;
        
    }
    .footerBlock {
        width: 450px;
        margin: 25px;
    }

    i.text-light-blue {
        margin-bottom: 20px;
    }

    .longBlock {
        margin-top:0;
    }
}

.firstRow {
    height: calc(100vh - 151px)
}

.secondRow {
    height: 150px;
}

.longBlock {
    margin-top: 20px;
}
