#login-wrapper {
    /*color: #1E395B !important;*/
    font-family: "Droid Sans" !important;
    font-size: 14px !important;
    margin: 0 auto;
    width: 800px;
}

#login-wrapper input {
    color: #222222 !important;
    font-family: "Droid Sans" !important;
    font-size: 13px !important;
    height: 24px !important;
    width: 150px;
}

#login-wrapper :-moz-placeholder {
    color: #cccccc !important;
    font-family: "Droid Sans" !important;
    font-size: 14px !important;
}

#login-wrapper a {
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
}

.box {
    background-color: #ffffff;
    width: 500px;
    z-index: 101;
    border: 0;
    border-radius: 20px;
    -moz-box-shadow: 20px 20px 20px #888;
    -webkit-box-shadow: 20px 20px 20px #888;
    box-shadow: 0 0 20px #888;
}

.box-form{
    height: 100vh;
}

.overlay {
    background: #000000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
    opacity: 0.9;
}

a.boxclose {
    cursor: pointer;
    float: right;
    height: 26px;
    left: 32px;
    position: relative;
    top: -33px;
    width: 26px;
}

.label-note {
    font-size: 14px !important;
    top: 1px !important;
}

