﻿/*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;
    }
}*/
body,
div,
a {
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    color: #000000;
}

a {
    text-decoration: none;
    -webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    -o-transition: all .25s ease-in;
    transition: all .25s ease-in;
}

    a:hover {
        text-decoration: none;
        cursor: pointer;
    }

.container {
    max-width: 1350px;
    width: 100%;
}



/*****Common Styles*****/

.d-none {
    display: none !important;
}

.text-white {
    color: #fff !important;
}

.text-orange {
    color: #ff7200;
}

.text-red {
    color: #FF0000;
}

/*****Common Styles*****/



.min_common_wrapper {
    width: 85%;
    margin: 0 auto;
}

.max_common_wrapper {
    width: 90%;
    margin: 0 auto;
}

.sub_min_common_wrapper {
    width: 70%;
    margin: 0 auto;
}

/**-Login form section css starts**/

.login_form_section {
    padding:130px 0px;
}
.login_form_wrapper {
    background: #E8F4FA;
    border: 1px solid #1784B9;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
    border-radius: 58px;
    padding: 9rem;
}
.login_form_title h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 45px;
    line-height: 33px;
    color: #000000;
    text-align:center;
    margin:0px 0px 60px 0px;
}

.login_form_wrapper .form-control {
    display: block;
    width: 100%;
    height: 88px;
    padding: 6px 12px;
    padding: 6px 12px 6px 98px !important;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.42857143;
    color: #000 !important;
    background-image: none;
    background: #FFFFFF;
    border: 0.5px solid #9C9393;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}




.login_form_wrapper .form-control:focus {
    border: 2px solid #1784B9;
}
.input-container {
    position:relative;
}

.input-icon {
    width:40px;
    position: absolute;
    inset: 0px 0px 0px 30px;
    display: flex;
    align-items: center;
}

  

    ::placeholder {
        color: #555 !important;
    }

.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 33px;
    color: #000000;
    cursor: pointer;
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
}


.login_form_wrapper .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none !important;
    outline-offset: initial !important;
    color:#fff !important;
}



.form-group {
    margin-bottom: 40px;
}
.forgot_password_link {
    display: flex;
    justify-content: flex-end;
}
    .forgot_password_link a {
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 33px;
        text-align: right;
        text-decoration-line: underline;
        color: #1784B9;
    }



.btn {
    padding: 22px 12px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 35px;
    line-height: 52px;
    text-align: center;
    color: #FFFFFF;
}

.btn-orange {
    background: #F19C20;
}
.btn-blue {
    background: #1784B9;
}
.btn:hover {
    color: #fff !important;
    text-decoration: none;
}


/* The container */
.check--container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    user-select: none;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 33px;
    color: #9C9393;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .check--container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
    .check--container .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 25px;
        width: 25px;
        background-color: #fff;
        border: 0.5px solid #605757;
        border-radius: 5px;
    }

/* On mouse-over, add a grey background color */
    .check--container:hover input ~ .checkmark {
        background-color: #ccc;
    }

/* When the checkbox is checked, add a blue background */
    .check--container input:checked ~ .checkmark {
        background-color: #2196F3;
    }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.check--container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.check--container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/**-Login form section css ends**/



/**************************************RESPONSIVE CSS******************************************************/
/*

 * Table of Contents:

 * 	   - Media Queries

 *   0 - media screen and (max-width: 1170px)

 *   1 - media screen and (max-width: 1152px)

 *   2 - media screen and (max-width: 1024px)

 *   3 - media screen and (max-width: 992px)

 *   4 - media screen and (max-width: 800px)

 *   5 - media screen and (max-width: 768px)

 *   6 - media screen and (max-width: 728px)

 *   7 - media screen and (max-width: 640px)

 *   8 - media screen and (max-width: 500px)

 *   9 - media screen and (max-width: 480px)

 *  10 - media screen and (max-width: 414px)

 *  11 - media screen and (max-width: 375px)

 *  12 - media screen and (max-width: 360px)

 *  13 - media screen and (max-width: 320px)

---------------------------------------------------------------------- */
@media screen and (max-width:1199px) {
}

@media screen and (max-width:1100px) {
    .container {
        padding: 0px 20px;
    }
}

@media screen and (max-width:1052px) {
}

@media screen and (max-width:991px) {
    .forgot_password_link {

        justify-content: start;
    }
}

@media screen and (max-width:767px) {


    .about_banner_title h2 {
        font-size: 35px;
        line-height: 55px;
    }

    .section_common_heading h2 {
        font-size: 35px;
        line-height: 55px;
    }


    .sub_min_common_wrapper {
        width: 100%;
        margin: 0 auto;
    }

    .login_form_wrapper .form-control {
  
        height: 60px;
      
    }

    .login_form_wrapper {
   
        padding: 2rem;
    }

    .login_form_title h4 {
        font-size: 30px;
        line-height: normal;
    }
    .btn {
        font-size: 20px;
        line-height: normal;
        padding: 15px 10px;
    }

    login_form_title h4 {
        font-style: normal;
        font-weight: 400;
        font-size: 25px !important;
        line-height: 33px;
        color: #000000;
        text-align: center;
        margin: 0px 0px 20px 0px !important;
    }

    .login_form_section {
        padding: 40px 0px !important;
    }

    .form-group {
        margin-bottom: 20px !important;
    }

    .check--container {
        margin-bottom: -15px !important;
      
    }

    login_form_wrapper .form-control {
 
        padding: 6px 12px 6px 65px !important;
    
    }
    .input-icon {
        inset: 0px 0px 0px 15px !important;
    }
}

@media screen and (max-width:500px) {
}
