body.dashboard {
    background-image: url("../images/wallpaper2.png");
    background-position: 100% 100%;
    background-size: 100% 100%;
    box-sizing: border-box;
}

.login-body {
    height: 100vh;
}

.title-texts {
    color: #1A2B70;
    font-size: 18px !important;
    font-weight: 700;
}

p.login-title {
    color: #1A2B70;
}

h4.login-title {
    color: #1A2B70;
    font-size: 18px;
    /*font: normal normal 600 14px/17px Open Sans;*/
}

.login-button {
    background-color: #1A2B70;
    color: white;
}

.login-button:hover {
    background-color: #1A2B70;
    color: white;
}

.login-container {
    width: 100%;
    /*background: #FFFFFF 0% 0% no-repeat padding-box;*/
    /*box-shadow: 0px 0px 12px #00124E29;*/
    border-radius: 10px;
    padding: 20px;
}

.image-box {
    /*position: relative;*/
    /*left: 30%;*/
}

.login-name {
    text-align: center;
    font: normal normal bold 14px Open Sans;
    letter-spacing: 0px;
    color: #1A2B70;
    text-transform: uppercase;
    opacity: 1;
}

#signin-form_id {
    width: 100%;
}

.bottom-help {
    bottom: 5%;
}

.input-lg, .form-horizontal .form-group-lg .form-control {
    border-radius: 3px;
    font-size: 18px;
    min-height: 45px;
    padding: 11px 13px;
}
.image-box {
    position: relative;
    bottom: 67px;
}
