h1, h2, h3, h4, h5, h6 {
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing: -0.5px;
}

a {
    font-weight: 500;
}

.setMaxWidth {
    max-width: 450px;
}

.screenHeight {
    height: 100vh;
    width: 100%;
    padding: 0;
    margin: 0;
}

.autoMargin {
    margin: 0 auto;
}

.mar-left {
    margin-left: 10px;
}

.mar-right {
    margin-right: 10px;
}

.mar-top {
    margin-top: 10px;
}

.mar-bottom {
    margin-bottom: 10px;
}

.mar-all {
    margin: 10px;
}

.mar-no {
    margin: 0 !important;
}

.mar-top13 {
    margin-top: -13px !important;
}

.pad-left {
    padding-left: 10px;
}

.pad-right {
    padding-right: 10px;
}

.pad-top {
    padding-top: 10px;
}

.pad-bottom {
    padding-bottom: 10px;
}

.pad-all {
    padding: 5px;
}

.pad-no {
    padding: 0 !important;
}

.txt-right {
    text-align: right;
}

input:focus {
    outline: 0;
}

#formContainer {
    width: 200%;
    position: relative;
}

.input-fields-div {
    width: 90%;
}

.logoImage {
    display: block;
    margin: 10px auto;
    max-height: 30px;
}

.clearfix {
    width: 100%;
    clear: both;
}


.gmailStyle {
    overflow: hidden;
    background: url(../../images/bg_new2.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #fff;
    -ms-behavior: url(resources/login/backgroundsize.min.htc);
}

.gmailStyle {
    margin: 0;
    padding: 0;
}

    .gmailStyle input[type=text]:not(.browser-default):focus:not([readonly]),
    .gmailStyle input[type=password]:not(.browser-default):focus:not([readonly]) {
        /*box-shadow: 0px 0 2px #fff;*/
        border: 2px solid #fff;
        border-radius: 4px;
    }

    .gmailStyle input[type=text]:not(.browser-default),
    .gmailStyle input[type=password]:not(.browser-default) {
        /*border: 1px solid #dadce0;*/
        border: 2px solid rgb(25,45,77);
        border-bottom: 2px solid rgb(129,150,179);
        border-radius: 4px;
        text-indent: 10px;
        color: white;
    }

    .gmailStyle input[type=text].valid,
    .gmailStyle input[type=password].valid {
        border: 2px solid rgb(25,45,77);
        border-bottom: 2px solid #fff;
    }

    .gmailStyle .input-field > label:not(.label-icon).active {
        width: auto !important;
        background: rgb(25,45,77);
        left: 5px;
        top: 15px;
        padding-right: 5px;
        text-indent: 5px;
        color: #fff;
    }

    .gmailStyle .input-inline-field .input-field > label:not(.label-icon).active {
        left: 20px;
    }

    .gmailStyle .input-field > label {
        width: 98%;
        text-indent: 10px;
        color: rgb(129,150,179);
    }

    .gmailStyle .scale-transition.scale-out {
        height: 0;
        margin: 0;
    }

    .gmailStyle .input-field {
        margin-bottom: 0;
    }

.hidden {
    visibility: hidden;
}

.overflowHidden {
    overflow: hidden;
}

.loginForm, .signUpForm {
    position: relative;
    width: 50%;
    float: left;
}


.btn:focus, .btn-large:focus, .btn-floating:focus {
    background-color: rgb(40,73,116)
}

[type="checkbox"].filled-in.tabbed:checked:focus + label:after {
    border-radius: 2px;
    background-color: rgb(40,73,116);
    border-color: rgb(40,73,116);
}

#reg_passwordDiv, #passwordDiv {
    position: relative;
}

#formContainer.goLeft {
    -webkit-animation: slideLeft 0.2s forwards;
    animation: slideLeft 0.2s forwards;
}

#formContainer.goRight {
    -webkit-animation: zeroLeft 0.2s forwards;
    animation: zeroLeft 0.2s forwards;
}

@-webkit-keyframes slideLeft {
    from {
        left: 0;
    }

    to {
        left: -100%;
    }
}

@keyframes slideLeft {
    from {
        left: 0;
    }

    to {
        left: -100%;
    }
}

@-webkit-keyframes zeroLeft {
    from {
        left: -100%;
    }

    to {
        left: 0;
    }
}

@keyframes zeroLeft {
    from {
        left: -100%;
    }

    to {
        left: 0;
    }
}

.subwrap {
    vertical-align: bottom;
    margin: auto;
    width: 100%;
}

.content {
    margin: auto;
    width: 360px;
    color: rgb(129,150,179);
}

    .content > a > p:hover {
        color: #fff !important;
    }

.gmailStyle .container-fluid .card {
    background-color: rgb(25,45,77);
}

.formTitle {
    margin-left: 20px;
}

    .formTitle img {
        height: 40px;
    }

.loginBtn {
    width: 100%;
    height: 50px;
    background-color: rgb(40,73,116);
    padding: 0;
}

    .loginBtn:hover {
        background-color: rgb(53, 91, 142);
    }

    .loginBtn input {
        height: 50px;
        line-height: 50px;
        border: none;
        width: 100%;
    }

#forgetpsd {
    float: right;
    width: 17%;
    position: relative;
    margin-top: -52px;
    color: rgb(129,150,179);
    font-size: 0.8rem;
}

    #forgetpsd:hover {
        color: #fff;
    }

#logintype {
    margin-left: 20px;
}

    #logintype a {
        display: block;
        height: 30px;
        width: 60px;
        background-color: rgb(25,45,77);
        text-align: left;
        float: left;
        text-indent: 10px;
        padding-left: 0;
    }

#dealeruser {
    color: #fff;
    border-bottom: 1.5px solid rgb(129,150,179);
}

#mdtuser {
    margin-left: 20px;
    color: rgb(129,150,179);
}

    #mdtuser:hover {
        color: #fff;
        border-bottom: 1.5px solid rgb(129,150,179);
    }

#divDisclaimer label {
    font-size: 13px;
    color: rgb(129,150,179);
}

#divDisclaimer a {
    text-decoration: none;
    color: rgb(129,150,179);
}

    #divDisclaimer a:hover {
        color: #fff;
    }

#support p {
    font-size: 12px;
    color: rgb(129,150,179);
    text-align: center;
}

#support a {
    color: rgb(129,150,179);
}

    #support a:hover {
        color: #fff;
    }

.helper-text {
    color: rgb(129,150,179);
    font-size: 12px;
}

.resetBtn {
    width: 40%;
    background-color: rgb(40,73,116);
    padding: 0;
}

    .resetBtn:hover {
        background-color: rgb(53, 91, 142);
    }

.cancalBtn {
    width: 40%;
    margin-left: 20px;
    background-color: rgb(40,73,116);
    padding: 0;
}

    .cancalBtn input, .resetBtn input {
        height: 35px;
        line-height: 35px;
        width: 100%;
    }

    .cancalBtn:hover {
        background-color: rgb(53, 91, 142);
    }

#FailureTextDiv {
    height: 48px;
    text-align: left;
}

    #FailureTextDiv span {
        height: 48px;
        line-height: 48px;
        color: #bc554f;
        text-align: left;
        font-size: 0.8rem;
    }

#TitleTextDiv {
    height: 26px;
    color: #b1dcfb;
    font-size: 1.2rem;
}

.continueBtn {
    width: 80%;
    margin-left: 20px;
    background-color: rgb(40,73,116);
    padding: 0;
    margin-top: 30%;
}

    .continueBtn input {
        height: 35px;
        line-height: 35px;
        width: 100%;
    }

    .continueBtn:hover {
        background-color: rgb(53, 91, 142);
    }

#SuccessTitle {
    height: 60px;
    color: #b1dcfb;
    font-size: 1.2rem;
}

#lblmsg {
    color: #bc554f;
}

.inputerror {
    border: 2px solid #bc554f !important
}
