.login-wrapper{
    width: 330px;
}
.login-wrapper .main-header{
    width: -moz-available;
    padding: 10px 20px 30px;
}

.login-wrapper .content{
    padding: 10px 20px 30px;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
}

.login-wrapper .form-widget-with-icon i{
display: none !important;
}

.sr-only{
position: relative;
width: auto;
height: auto;
}

.login-wrapper .main-header #header-logo{
display: flex;
justify-content: center;
}


/* Forms
=========================================================================*/
form label {
    font-weight: bolder;
}

