@import url(fancyfonts.css);
body {
    font-family: tahoma, helvetica, sans-serif;
    margin: 0px;
    background-repeat: repeat-x;
    background-color: #fff;
}

#topbar {
    background-image: url('../images/todyLogin.png');
    background-repeat: no-repeat;
    background-color: #403f3f;
    width: 100%;
    height: 63px;
}

#titlebar {
    font-family: 'MyriadProCondensed';
    font-size: 36px;
    width: 100%;
    color: #403f3f;
    letter-spacing: -.4px;
}

.trademark {
    font-size: 9px;
    text-align: right;
    color: #666;
    margin-top: 5px;
}

.eztask {
    font-family: 'MyriadProBoldCondensed';
    font-size: 36px;
    width: 100%;
    color: #403f3f;
    letter-spacing: -.8px;
}

.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 {
    border-radius: 0;
    background-color: #fff;
    margin: 200px auto;
    margin-top: 150px;
    width: 470px;
    height: 435px;
    border-left: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.25);
}

#wrapperin {
    margin: 40px auto;
    width: 75%;
}

.inputwrapper {
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin-top: 14px;
    color: #333;
    letter-spacing: .1px;
    width: 100%;
}

/* ------------- show password ------------ */
.icon-dot-3:before {
    margin-top: 17px;
    margin-left: -35px;
    font-size: 22px;
    color: #666;
}

.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;
}

.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;
}


#lblMessage {
    color: #bd0101;
}

.buttonwrapper {
    margin-top: 38px;
    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 {
    font-family: segoe UI, sans-serif;
    font-size: 15px;
    width: 100%;
    width: calc(100% - 5px);
    height: 44px;
    border: 1px solid #ccc;
    margin-top: 2px;
    padding-left: 3px;
}


/* 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);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
    font-size: 12px; 
    margin-top: 13px;
}


/* Bounce To Bottom */

.hvr-bounce-to-bottom {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.hvr-bounce-to-bottom:before {
    content: "Login";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-bounce-to-bottom,
.hvr-bounce-to-bottom,
.hvr-bounce-to-bottom:active {
    color: white;
}

.hvr-bounce-to-bottom:hover:before,
.hvr-bounce-to-bottom:focus:before,
.hvr-bounce-to-bottom:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
