﻿.sts-login-component {
    width: 100%;
    background-size: cover;
    background-position: center;
    position: fixed;
    overflow: auto;
    background-color: #01539b;
    height: 100% !important;
}

.sts-login-header {
    width: 100%;
    margin: 18px 0;
    float: left;
}

.sts-login-header a {
    float: right;
    color: #fff;
    font-size: 16px;
    font-family: Lato-Medium;
    border: 2px solid #fff;
    border-radius: 25px;
    padding: 6px 23px;
}

.sts-login-header img {
    float: left;
    display: block;
    border: 0px;
    width: 270px;
    height: 100px;
}

.sts-cvps-solution {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
}

.inner-solution form h3 {
    color: #fff;
    font-size: 32px;
    font-family: Lato-Bold;
    margin-bottom: 20px;
}

.inner-solution {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.inner-solution form {
    width: 100%;
    max-width: 350px;
    margin: auto;
}

.inner-solution h3 {
    color: #fff;
    font-size: 32px;
    font-family: Lato-Bold;
    margin-bottom: 20px;
}

.sts-control-submit input[type="submit"] {
    color: #fff;
    font-size: 16px;
    font-family: Lato-Medium;
    border: 2px solid #fff;
    border-radius: 25px;
    padding: 6px 23px;
    background-color: transparent;
    outline: none !important;
}

.sts-control {
    width: 100%;
    float: left;
}

.sts-control-submit {
    margin-top: 10px;
    width: 100%;
    float: left;
}

.sts-control input {
    height: 40px;
    border-radius: 25px;
    padding: 7px 20px;
}

.inner-validation-block .sts-control-submit input[type="submit"] {
    margin-top: 20px;
    padding: 8px 25px;
    font-family: Lato-Medium;
    font-weight: normal;
}