.iti-flag {
    background-image: url("../images/flags/flags.png");
}
.register-header{
    font-size: 30px;
    text-align: center;
    margin-top: 83px;
    margin-bottom: 11px;
    white-space: nowrap;   
}
.register-subtitle{
    font-size: 16px;
    color: #6A6A6A;
    max-width: 590px;
    margin: 0 auto 14px;
    text-align: center;
}
.register-form-wrapper{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.register-form{
    position: relative;
    margin: 0 auto 110px;
}
.register-input{
    display: block;
    padding: 9px;
    margin-top: 4px;
    border: 1px solid #ccc;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    outline: none;
    width: 89%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.intl-tel-input {
    display: block;
    width: 100%;
}
.intl-tel-input .register-input{
    display: block;
    width: 90%;
    padding-right: 0;
}
.input-box{
    margin-bottom: 11px;
}
.input-box label{
    font-size: 15px;
}
.input-box.error .field-description{
    display: none;
}

.input-box.error .helper-text{
    color: #FF4F6A;
}
.input-box.error .register-input {
    border-color: #ff4f6a;
}
.register-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #BBBBBB;
}
.register-input::-moz-placeholder { /* Firefox 19+ */
    color: #BBBBBB;
}
.register-input:-ms-input-placeholder { /* IE 10+ */
    color: #BBBBBB;
}
.register-input:-moz-placeholder { /* Firefox 18- */
    color: #BBBBBB;
} 

.helper-text{
    font-size: 12px;
    color: #bebebe;
}
.register-btn{
    position: absolute;
    bottom: -86px;
    left: 45%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 234px;
    height: 53px;
    font-size: 19px;
    color: #fff;
    
    border: none;
    font-weight: bold;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    margin: 0 auto;
}
.error-summary{
    display: none;
    font-size: 15px;
    color: #ff4f6a;
    text-align: center;
    margin-bottom: 15px;
}


@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .iti-flag {background-image: url("../images/flags/flags@2x.png");}
}
.error {
    color: red;
    border: none;
    padding: unset;
    background-color: unset;
    display: block;
}

/************************************      Google/Facebook Buttons     *******************************/
.loginBtn {
    box-sizing: border-box;
    position: relative;
    /* width: 13em;  - apply for fixed size */
    margin: 0.2em 0.2em 0.2em 5em;
    padding: 0 15px 0 46px;
    border: none;
    text-align: left;
    line-height: 34px;
    white-space: nowrap;
    border-radius: 0.2em;
    font-size: 16px;
    color: #FFF;
}

    .loginBtn:before {
        content: "";
        box-sizing: border-box;
        position: absolute;
        top: 0;
        left: 0;
        width: 34px;
        height: 100%;
    }

    .loginBtn:focus {
        outline: none;
    }

    .loginBtn:active {
        box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
    }


/* Facebook */
.loginBtn--facebook {
    background-color: #4C69BA;
    background-image: linear-gradient(#4C69BA, #3B55A0);
    /*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/
    text-shadow: 0 -1px 0 #354C8C;
}

    .loginBtn--facebook:before {
        border-right: #364e92 1px solid;
        background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png') 6px 6px no-repeat;
    }

    .loginBtn--facebook:hover,
    .loginBtn--facebook:focus {
        background-color: #5B7BD5;
        background-image: linear-gradient(#5B7BD5, #4864B1);
    }


/* Google */
.loginBtn--google {
    /*font-family: "Roboto", Roboto, arial, sans-serif;*/
    background: #DD4B39;
}

    .loginBtn--google:before {
        border-right: #BB3F30 1px solid;
        background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_google.png') 6px 6px no-repeat;
    }

    .loginBtn--google:hover,
    .loginBtn--google:focus {
        background: #E74B37;
    }