@import url(fancyfonts.css);

*{
    margin:0;
    padding:0;
}

#titlebar {
    font-style: italic;
    line-height: 1.5em;
    width: 100%;
    color: #403f3f;
    margin-bottom: 23px;
}

#titlebar-reset {
    font-style: italic;
    line-height: 1.5em;
    width: 100%;
    color: #403f3f;
    margin-bottom: 13px;
}

#titlebar .ezwelcome {
    font-family: 'Segoe UI light', helvetica, sans-serif;
    font-size: 24px;
}

#titlebar .ezclient {
    font-family: 'Segoe UI light', helvetica, sans-serif;
    font-size: 28px;
    color: #40548e;
}

#titlebar-reset .ezclient {
    font-family: 'Segoe UI light', helvetica, sans-serif;
    font-size: 28px;
    color: #40548e;
}

.trademark {
    font-family: 'Segoe UI light', helvetica, sans-serif;
    font-size: 11px;
    text-align: right;
    color: #cccbcb;
    margin: 7px;
    position: absolute;
    bottom: 0;
    width: 94%;
}

.iforgot {
    float: right;
    font-size: 14px;
    margin-top: 5px;
}

.iforgot a {
    text-decoration: none;
    color: #666;
    font-style: italic;
}

.iforgot a:hover {
    text-decoration: none;
    color: #bd0101;
}

.serverlabel {
    color: #fff;
    font-size: 12px;
    text-align: right;
    padding: 25px 30px 0px 0px;
    letter-spacing: .8px;
}

#ezloginwrapper {
    background-color: #fff;
    margin: 200px auto;
    margin-top: 150px;
    max-width: 774px;
    height: 435px;
    box-shadow: 6px 7px 29px rgba(0, 0, 0, 0.25);
}

#wrapperin {
    margin: 7% auto;
    width: 48%;
    float: left;
    margin-left: 7%;
}

#wrapperin-reset {
    margin: 4% auto;
    width: 48%;
    float: left;
    margin-left: 7%;
}

/* right side */
#wrapperin-right {
    background-image: url('../images/loginImage2.png');
    background-repeat: no-repeat;
    background-color: #3d3d3d;
    display: block;
    width: 38%;
    height: 435px;
    float: right;
    position: relative;
}

.right-logo-wrapper {
  text-align: center;
  margin-bottom: 20px;
}

#circlewrapper {
  height: 80px;
}

.eztask {
  font-family: "MyriadProBoldCondensed";
  font-size: 27px;
  line-height: 18px;
  margin: 0;
  padding: 0;
  color: #fff;
}

.ezlogo {
   width: 55px;
   margin-top: 26px;
}

.ezerror {
   width: 52px;
   margin-top: 26px;
}

.ezsuccess {
   width: 52px;
   margin-top: 26px;
}

.ezlogo-text {
  margin: auto;
  font-family: "MyriadProCondensed";
  font-size:27px;
  color: #fff;
  line-height: 18px;
  margin: 0;
  padding: 0;
}

.tm {
  font-size: 10px;
}

.inputwrapper {
    font-family: "Segoe UI", Helvetica, sans-serif;
    font-size: 16px;
    margin-top: 14px;
    color: #333;
    letter-spacing: .1px;
    width: 100%;
}

/* ------------- show password ------------ */

.dotred:before { /* change dot color when pass = text */
    color: #bd2b29 !important;
}

.icon-dot-3:before {
    margin-top: 17px; 
    margin-left: -37px; 
    font-size: 22px;
    color: #666;
}

.icon-eye:before {
    margin-top: 17px;
    margin-left: -37px;
    font-size: 17px;
    color: #8d8d8d;
}

.inputwrapper a {
    text-decoration: none;
}


@-moz-document url-prefix() {
    .icon-dot-3:before {
        position: absolute;
        margin-top: -33px;
        margin-left: 340px;
    }
}

.safari-only {
    position: absolute;
    margin-top: -34px;
    margin-left: 366px;
}

/*----------- end show password -----------*/

.buttonwrapper {
    margin-top: 42px;
    color: #ebebeb;
    font-size: 12px;
    letter-spacing: .1px;
    vertical-align: middle;
    height: 56px;
    position: relative;
}

.buttonwrapper-reset {
    margin-top: 34px;
    color: #ebebeb;
    font-size: 12px;
    letter-spacing: .1px;
    vertical-align: middle;
    height: 56px;
    position: relative;
}

.forgot {
    color: #333;
    font-size: 12px;
    letter-spacing: .1px;
}

#cmdGoogle {
    position: absolute;
    top: -4px;
   */ right: -5px; */
}

#cmdGoogle img {
	border: 0px;
}

#cmdGoogle:focus img {
	background: url("/tools/images/google-signin-focus.png") no-repeat center center;
}

#cmdGoogle:hover img,
#cmdGoogle:active img {
	background: url("/tools/images/google-signin-click.png") no-repeat center center;
}

.loginbutton {
    cursor: pointer;
    font-family: 'MyriadProCondensed';
    padding: 0px 28px 0px 28px;
    border: 0;
    height: 50px;
    font-size: 25px;
    color: #fff;
    background-color: #403f3f;
    transition-property: background, border-radius;
    transition-duration: .20s, .20s;
    transition-timing-function: linear, ease-in;
    display: inline-block;
    vertical-align: middle;
}

.loginbutton:hover {
    border-radius: 3px;
    box-shadow: 1px 0px 7px rgba(81, 127, 243, 0.85);
}

.t1 {
    box-sizing: border-box;
    font-family: 'Segoe UI', helvetica, sans-serif;
    font-size: 15px;
    width: 100%;
    width: calc(100% - 5px);
    height: 44px;
    border: 1px solid #ccc;
    margin-top: 2px;
    padding-left: 3px;
}

#startMessage {
    font-family: 'Segoe UI Light', helvetica, sans-serif;
    font-style: italic;
}

#lblMessage {
    font-family: 'Segoe UI Light', helvetica, sans-serif;
    font-style: italic;
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin: auto;
    width: 77%;
}

.shake-reset {
    -webkit-animation-name: shake;
    animation-name: shake;
    font-size: 20px;
    color: #403f3f;
    text-align: center;
    margin: auto;
    width: 77%;
    line-height: 100%;
    padding-top: 10px;
}

/* error shake animation */

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes shake {
    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-3px, 0, 0);
        transform: translate3d(-3px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(3px, 0, 0);
        transform: translate3d(3px, 0, 0);
    }
}

@keyframes shake {
    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-3px, 0, 0);
        transform: translate3d(-3px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(3px, 0, 0);
        transform: translate3d(3px, 0, 0);
    }
}
@media screen and (max-width:700px) {
    #ezloginwrapper {
    margin: 0 auto;
    box-shadow: none;
    }

    #titlebar {
    display:none;
    }

    #wrapperin {
    background-image: none;
    margin: 7%;
    width: 86%;
    margin-top: 250px;
    }

    #titlebar-reset .ezclient {
    font-size: 25px;
    }

    #wrapperin-reset {
    background-image: none;
    margin: 7%;
    width: 88%;
    margin-top: 250px;
    }

    #wrapperin-right {
    background-image: none;
    position: absolute;
    width: 100%;
    padding-bottom: 0;
    height: 240px;
    }
}