.signinWrapper.signinPage {
    margin-bottom: 25px;
    display:block;
    }
.mt-4 {
    margin-top: 0 !important;
    }
 .rowo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}   

.form-content{
    border-color: #ddd #ddd #d8d8d8;
    /*box-shadow: 0 2px 0 hsla(0,0%,68.6%,.12);*/
    font-family: montserrat,Arial,Helvetica,sans-serif;
    color: #5c6971;
    background-color: rgba(0,0,0,0.03) !important;
    border-top: solid 10px #EE3831 !important;
    border-bottom: solid 10px #EE3831 !important;
    border-left: none;
    border-right: none;
    border-radius: 0px;
    margin: 0px;
    padding: 60px 42px;
    /*height:630px;*/
    height:555px;
    }
.form-head {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
    text-align: center;
    text-transform: none;
    }
h2.form-head img{
    display:block;
    width:30px;
    }
h2.form-head span{
    font-size:32px;
    text-align:left;
    display:block;
    color:#333;
    }
h2.form-head:after {
    border-bottom:solid 8px #EE3831;
    width:50px;
    margin:0 0 50px;
    display:block;
    -sizing:border-box;
    }
.form-input-name-username{
    border: solid 1px lightgrey;
    height: 42px;
    color:#D3D3D3;
    }
.form-img{
    float:left;
    margin: -1px 0 1px -1px;
    height:42px;
    }
.username {
    font-family: din-2014,sans-serif;
    font-size:17px;
    line-height:10px;
    padding:7px;
    background:#fff;
     border: solid 1px lightgrey;
    color: #5e5e5e;
    }
.username:focus {
    border:1px solid #333; 
    box-shadow:none;
}

input[type="text"]::-webkit-input-placeholder {
    color: #d3d3d3;
    }
.form-button-bar {
    display: inline-block;
    position: relative;
    background: transparent;
    border: none;
    padding: 0 0 25px;
    border-radius: 0;
    box-shadow: none;
    }
.form-button-bar img{
    position: absolute;
    top: 17px;
    right: 18px;
    }
.form-button-bar .button {
    display: block;
    }
.form-button-bar .button-primary{
    font-family: din-2014,sans-serif !important;
    font-style: normal;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #333333;
    background: transparent;
    border: solid 2px #333333;
    border-radius: 0px;
    padding: 8px 35px 8px 20px;
    outline: none;
    width: auto;
    height: auto;
    line-height: 120%;
    letter-spacing: 0px;
    }
.form-button-bar .button-primary:hover {
    border: solid 2px transparent;
    background-color: #EE3831;
    border-color: #EE3831;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    color: white;
    opacity: 1;
    }
   .form-button-bar:hover img {
     filter: brightness(0) invert(1);
    }
p.dotted-help {
    color: #333;
    background-color: transparent;
    font-size:14px;
    }
p.dotted-help a{
    color: #333;
    text-decoration: underline;
    }
    
@media screen and (max-width: 420px) {
.username {
    width:81%;
    }
}

@media screen and (max-width: 398px) {
.username {
    width:78%;
    }
}

@media screen and (max-width: 369px) {
.username {
    width:77%;
    }
}

@media screen and (max-width: 356px) {
.username {
    width:76%;
    }
}

@media screen and (max-width: 348px) {
.username {
    width:74%;
    }
}

@media screen and (max-width: 330px) {
.username {
    width:71%;
    }
}


        