@font-face {
    font-family: 'Value';
    src: url('https://www.insureandgo.com/fonts/Value.ttf');
}

/* @import url(https://fonts.googleapis.com/css?family=Open Sans:400,700,500,600); */

.login-page {
    display: flex;
    flex-direction: row;
    align-content: space-evenly;
    justify-content: center;
    overflow: auto;
    column-gap: 30px;
}

.form {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    width: auto;
    max-width: 540px;
    margin: 0 auto;
    padding: 0 30px 30px 30px;
    text-align: center;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    /*width:50%;*/
}

.form input {
    outline: 0;
    width: 100%;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    color: #000;
    font-size: 14px;
    background: #FFFFFF;
    border: 1px solid #033435;
    border-radius: 5px;
    min-height: 50px;
}

.form button {
    outline: 0;
    background: #64C115;
    width: 100%;
    border: 0;
    border-radius: 4px;
    padding: 12px;
    color: #FFFFFF;
    font-size: 18px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
    margin-top: 10px;
    font-weight: 700;
}

.form button:hover, .form button:active, .form button:focus {
    background: #64C115;
}

.form .message {
    margin: 15px 0 0;
    color: #b3b3b3;
    font-size: 12px;
}

.resetpassword {
    float: right;
    margin: 0;
    color: #b3b3b3;
    font-size: 16px;
    font-weight: 500;
}

.form .message a {
    color: #64C115;
    text-decoration: none;
}

.resetpassword a {
    color: #64C115;
}

.resetpassword a:hover {
    text-decoration: none;
}

.container {
    position: relative;
    z-index: 1;
    max-width: 300px;
    margin: 0 auto;
}

.container:before, .container:after {
    content: "";
    display: block;
    clear: both;
}

.container .info {
    margin: 50px auto;
    text-align: center;
}

.container .info h1 {
    margin: 0 0 15px;
    padding: 0;
    font-size: 36px;
    font-weight: 300;
    color: #1a1a1a;
}

.container .info span {
    color: #4d4d4d;
    font-size: 12px;
}

.container .info span a {
    color: #000000;
    text-decoration: none;
}

.container .info span .fa {
    color: #EF3B3A;
}

.createAcc {
    display: none;
}

#headerContainer {
    background: #fff !important;
    padding: 25px 20px 25px 20px;
    border-bottom: 1px solid #04306F;
}

#headerContainerSml {
    background: #fff !important;
    max-width: 1040px;
    margin: 0 auto;
    color: #04306F;
    height: 55px;
}

#headerContainerSml a {
    float: left;
}

.headerTaglineSml {
    float: left;
    font-weight: 700px;
    padding: 10px 0 0 12px;
    font-size: 24px;
}

.mobMenu {
    display: none;
}

.nowReset {
    display: none;
}

.loginHeaderWrap {
    width: 402px;
    height: 60px;
}

#mobconfirmemail {
    word-wrap: break-word;
}


@media only screen and (max-width: 330px) {
    #mobconfirmemail {
        font-size: 16px;
    }
}

@media only screen and (max-width: 315px) {
    #mobconfirmemail {
        font-size: 12px;
    }
}



@media only screen and (max-width: 870px) {
    .banner-column1 {
        margin-top: 0px !important;
    }

    #mobForm2 {
        width: auto !important;
    }

    .logintitle1 {
        display: none;
        padding-left: 30px;
        max-width: 540px;
        width: 90%;
    }

    .headerTaglineSml {
        display: none;
    }

    .login-page {
        display: block;
        overflow: visible;
    }

    .form {
        width: 90%;
        border: 0px;
    }

    .loginHeaderWrap {
        width: 250px;
        height: 37px;
    }

    #headerContainerSml {
        max-width: none;
    }

    .logintitle {
        font-size: 27px !important;
    }
}

h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    color: #04306F;
}

h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 36px;
    color: #04306F;
    text-align: left;
}

.errorMsg {
    display: block;
    background: #f2dede;
    border-left: 3px solid #a94442;
    padding: 10px 20px 10px 20px;
    color: #333;
    text-align: left;
}

/*------ banner start ------*/
.body-wrap {
    width: 100%;
    background-color: #fff;
    clear: both;
}

.banner-wrap {
    height: auto;
    padding: 25px 20px 25px 20px;
    clear: both;
}

.banner {
    max-width: 1040px;
    margin: 0 auto;
    overflow: hidden;
}

.banner-column1 {
    margin-top: 35px;
}

.quote-button {
    box-shadow: none;
    position: relative;
    color: #fff !important;
    width: 246px;
    height: 60px;
    background-color: #43ca74;
    border: 0px;
    border-radius: 5px;
    border-bottom: 5px solid rgba(0, 0, 0, 0.1);
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    margin-top: 30px;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
}

.quote-button::after {
    content: '\f061';
    padding-left: 8px;
    font-size: 20px;
    font-weight: 100;
    color: #fff;
    /*font-family: fontawesome;*/
}

.banner-tick-box {
    float: left;
    min-width: 20px;
}

.banner-tick-boxCont {
    float: left;
    width: 80%;
    padding-left: 5px;
}

.loginP {
    text-align: left;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #2D373D;
}

.resetP {
    text-align: left;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #2D373D;
}

.labelstyle {
    float: left;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #033435;
}

.createBtn {
    background: #fff !important;
    color: #E67200 !important;
    border: 2px solid #E67200 !important;
}

.createBtn a {
    color: #E67200 !important;
    text-decoration: none !important;
}

.chev::before {
    border-style: solid;
    border-width: 0.18em 0.18em 0 0;
    border-radius: 3px;
    content: '';
    display: inline-block;
    height: 0.45em;
    position: relative;
    top: 0.25em;
    vertical-align: top;
    width: 0.45em;
    left: 0;
    transform: rotate(45deg);
}

.chevback::before {
    border-style: solid;
    border-width: 0.25em 0.25em 0 0;
    content: '';
    display: inline-block;
    height: 0.45em;
    position: relative;
    top: 0.15em;
    vertical-align: top;
    width: 0.45em;
    left: 0;
    transform: rotate(225deg);
}

.signincreate {
    height: 50px;
    padding-top: 20px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.loginbtn1 {
    padding-top: 10px;
    float: left;
    width: 50%;
    height: 35px;
    cursor: pointer;
}

.createswitch {
    text-align: left;
    display: none;
}

.logintitle {
    font-size: 30px;
    margin-bottom: 10px;
    color: #04306F;
    font-weight: 700;
    text-align: left;
}

.loginF {
    text-align: left;
}

.loginF2 {
    float: left;
    font-size: 14px;
    text-align: left;
}

.portaltick {
    float: left;
    clear: both;
    margin-right: 10px;
}

.portalticktext {
    float: left;
    text-align: left;
    margin-bottom: 20px;
    width: 80%;
}

#loginShow {
    font-weight: 700;
    color: #04306F;
}

#createShow {
    font-weight: 700;
    color: #04306F;
}

.btnactive {
    font-weight: 700;
    border-bottom: 5px solid;
    color: #64C115 !important;
}

/*------ banner end ------*/

body {
    font-family: 'Value', sans-serif;
    font-style: normal;
    font-size: 18px;
    color: #333333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
}

.warning {
    color: #D4351C;
}

.errortext {
    display: none;
    color: #d00;
    margin: 5px;
    text-align: left;
    clear: left;
    font-size: 14px;
}

.error-field {

    border: 4px solid red !important;
}

/*  IAG app look styles - now email styles  */

.iag-wrap {

    max-width: 1040px;
    margin: 0 auto;
}

.iag-wrap-top {
    background: #64C115;
    height: 100px;
    margin-bottom: 60px;
}

.iag-wrap-text-box {

    padding: 0px 30px 0px 30px;
}

.iag-top-text-box {

    margin: 0px 30px 0px 30px;
    height: 100px;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding-top: 10px;
}

.iag-top-text-box h1 {

    margin: 0px;
    font-size: 18px;
    text-align: center;
}

.iag-top-text-box h2 {

    margin: 0px;
    font-size: 16px;
    text-align: center;
    line-height: 20px;
}

.iag-top-text-box-spacer {

    width: 100%;
    height: 30px;
}

.iag-wrap button {
    outline: 0;
    background: #04306F;
    min-width: 300px;
    border: 0;
    border-radius: 4px;
    padding: 12px 20px 12px 20px;
    color: #FFFFFF;
    font-size: 18px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
    margin-top: 10px;
    font-weight: 700;
}

.iag-wrap input {

    font-size: 16px;
    margin-bottom: 10px;
}

/* End IAN app look styles */


.newform {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    max-width: 540px;
    margin: 0 auto;
    padding: 10px 30px 30px 30px;
    text-align: center;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    width: 50%;
}

.newform input {
    outline: 0;
    width: 100%;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
    background: #FFFFFF;
    border: 1px solid #033435;
    border-radius: 5px;
}

.newform label {

    margin-bottom: 10px;
    display: inline-block;
    font-weight: bold;
}

.newform .boldtext {

    font-size: 18px;
    color: #04306F;
    font-weight: bold;
}

.newform button {
    outline: 0;
    background: #64C115;
    width: 100%;
    border: 0;
    border-radius: 4px;
    padding: 12px;
    color: #FFFFFF;
    font-size: 18px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
    margin-top: 10px;
    font-weight: 700;
}

.newform button:hover, .newform button:active, .newform button:focus {
    background: #64C115;
}

.newform .message {
    margin: 15px 0 0;
    color: #b3b3b3;
    font-size: 12px;
}

.newbanner {
    max-width: 1040px;
    overflow: hidden;
}

.bullet-content {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.bullet-content img {
    width: 25px;
}

.bullet-content-details {
    width: calc(100% - 25px);
}

.bullet-content-details p {

    margin: 4px 0px 0px 10px;
}

a[href^="tel"] {
    color: inherit;
    /* Inherit text color of parent element. */
    text-decoration: none;
    /* Remove underline. */
    /* Additional css `propery: value;` pairs here */
}
