﻿body, html {
    height: 100%;
}

.hotwire-background {
    background: url(../img/hotwire-login-bg.png);
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.HotwireWhiteBg {
    background: #fff;
    height: 500px;
    box-shadow: 0 0 17px #b9b9b9;
    margin-top: 7.5%;
    border: 1px solid #d1d0d0;
}

.hotwirelogoimage {
    position: absolute;
}

    .hotwirelogoimage img {
        margin-top: 50%;
        margin-left: 8%;
    }

.circlediv {
    position: absolute;
    clip: rect(0px,182px,508px,0px);
    border: 4px solid #ccc;
    height: 523px;
    width: 495px;
    border-radius: 310px;
    border: 4px solid #d7d7d7;
    top: -10px;
}

.circle {
    position: absolute;
    clip: rect(0px,225px,500px,0px);
    background: #005492;
    height: 500px;
    width: 500px;
    border-radius: 250px;
    border: 4px solid #d7d7d7;
    margin-left: 30px;
}

.loginsection {
    position: absolute;
    height: 530px;
    width: 470px;
    background: #fff;
    left: 34%;
    top: -17px;
    box-shadow: 0 0 17px #969696;
    padding: 15px;
}

.headingsection {
    margin-bottom: 30px;
    margin-top: 30px
}

.headingcolor {
    color: #ff6600;
}

.headingsection img {
    margin: 0 auto;
}

.center-block {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.input-group .icon-addon .form-control {
    border-radius: 0;
}

.icon-addon {
    position: relative;
    color: #555;
    display: block;
}

    .icon-addon:after,
    .icon-addon:before {
        display: table;
        content: " ";
    }

    .icon-addon:after {
        clear: both;
    }

    .icon-addon .glyphicon {
        position: absolute;
        z-index: 2;
        left: 10px;
        font-size: 14px;
      
        margin-left: 22.5px;
        text-align: center;
        padding: 0 0 0 0;
        top: 20px;
    }
 .Email {
    width: 26px;
}
 .Pwd {
    width: 22px;
}

.icon-addon .pass {
    padding: 5px 0;
}

    .icon-addon.addon-lg .form-control {
        line-height: 1.33;
        height: 46px;
        font-size: 18px;
        padding: 10px 16px 10px 86px;
    }

.loginbtn, .loginbtn:hover, .loginbtn:active, .loginbtn:focus {
    /*background: #005492;*/
    color: #fff;
    /*border-color: #ec1c28;*/
    margin-top: 30px;
    border-radius: 40px;
    font-size: 18px;
}


.igtlogo img {
    margin-top: 50px;
}
.textjob{
    color: #005492;
    text-align:center;
    font-size:25px;
}

.forget, .forget:hover, .forget:active, .forget:focus {
    color: #000;
    text-decoration: underline;
}
.heading {
    font-family: Roboto;
    font-size: 22px;
    font-weight: 400;
    font-style: normal;
}

.heading2 {
    font-family: Roboto;
    font-size: 22px;
    font-weight: 600;
    font-style: normal;
    color: #ff0000;
}

.remember {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: #a58686;
    margin-top:10px;
}

.forgot {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    margin-top: 10px;
}

@media screen and (min-width : 0px) and (max-width : 767px) {
    .loginsection {
        position: absolute;
        height: auto;
        width: 100%;
        background: #fff;
        left: 0%;
        top: -17px;
        box-shadow: 0 0 17px #969696;
        padding: 15px;
    }
}
