body.signin {
    border: 0 none;
    height: 100%;
    margin: 0;
    overflow: hidden;
    width: 100%;
}

.signin .btn,
.signin input {
    border-radius: 4px;
}

.loginscreen {
    background-color: #2b5b93;
    background-image: url("../../assets/images/loginbg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.v-view {
    border-top: 1px solid transparent;
    height: 100%;
    margin-top: -1px;
    outline: medium none;
    overflow: auto;
    position: relative;
    width: 100%;
}

.loginscreen form {
    /*background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 3px;
    box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);*/
    padding: 35px 30px 50px 30px;
    width: 310px;
    margin: 10% auto 0;
}

.logo-name {
    color: #e6e6e6;
    font-weight: 800;
    letter-spacing: -10px;
    margin-bottom: 0;
}

.loginscreen h3 {
    color: #fff;
}

.form-control-feedback {
    top: 5px;
    color: #e5e6e7;
    font-size: 16px;
    left: 0;
}

.loginscreen .form-control {
    height: 34px;
    padding-left: 30px;
}

.v-horizontallayout {
    overflow: hidden;
    width: 100%;
    position: fixed;
    bottom: 20px;
}

.download {
    float: left;
    margin: 15px 20px 15px 60px;
}

.download div {
    color: white;
    padding-bottom: 8px;
}

.download img {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.v-label-undef-w {
    overflow: hidden;
    padding-left: 0px;
    padding-top: 11px;
    width: 100%;
    text-align: center;
}

.v-label-undef-w ul {
    padding: 15px 25px;
}

.v-label-undef-w ul li {
    list-style-type: disc;
    padding: 5px 0;
}

.v-label {
    color: white;
    line-height: 18px;
}

.v-label a {
    color: white;
}