body{
    background: unset !important;
}

#header {
    background: #F3F4F8 none repeat scroll 0 0 !important;
    height: 65px;
}

#header>a {
    margin: 5px;
}

#logonLeft{
    display: none;
    }

#header span{
    display: none;
}

#content{
    background: url(/images/aut_login_back.jpg);
    background-position:center ;
    background-repeat: no-repeat;
    height: 80vh;
}

#logonCredentials{
    background: unset;
}

#footer{
    margin: 0px;
}

#logon{
    margin: 0px;
    width: unset;
    height: unset;
    text-align: center;
}

#logonCredentials{
    height: unset;
    top: 30vh;
}

#logonSubmit{
    width: 30vh;
    height: 60px;
    background: unset;
    background-color: #fc7031;
    color: white;
    border: unset;
    border-radius: 35px;
    margin: auto;
    margin-top: 15px;
}

#logonCredentials label{
    color: transparent;
}

#logonCredentials label{

}

#logonCredentials input.cred{
    width: 25vh;
    height: 35px;
    border-radius: 35px;
    border: 2px solid #fc7031;
    background: unset !important;
    background-color: white !important;
    padding-left: 80px;
    font-size: initial;
}

label[for=ft_username]{
    background-image: url(/images/aut_login_user_icon.svg) !important;
    background-repeat: no-repeat !important;
    padding-left: 50px !important;
    background-position: 20px 10px !important;
    position: absolute;
    height: 50px;
}

label[for=ft_password]{
    background-image: url(/images/aut_login_pasw_icon.svg) !important;
    background-repeat: no-repeat !important;
    padding-left: 50px !important;
    background-position: 20px 10px !important;
    position: absolute;
    height: 50px;
}