input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
    display: none;
}
.container-login{
    background-image: url('../img/bg-login-03.png');
}
.input-icon-addon{
    color: #3a094e;
}
.login-text{
    color: white;
}
.login-link-button{
/*
    background-color: #5048afe0 !important;
    background: rgba(255, 255, 255, .2);
    padding: .65rem 1.0rem;
*/
    padding: 7px 13px;
}
.login-link-button label{
    color: #ffffff !important;
    text-decoration: underline!important;
    margin-bottom: 0;
}

.login-link-button:hover  {
    background-color: #191e66e3!important;
    padding: 7px 13px;
}
.login-link-button:focus{
    background-color: #191e66e3!important;
    padding: 7px 13px;
}
.container-login::before{
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
}
.container-login{
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.login{
    width: 500px;
    border-radius: 10px;
    overflow: hidden;
    padding: 45px 45px 37px 45px;
    background: -webkit-linear-gradient(top, #5048afe0, #191e66e3);
    /*background: -webkit-linear-gradient(top, #7579ff, #b224ef);*/
    color: white;
}

#error-block{
    background-color: #ffffff;
    color: #cd1a3b !important;
    padding:3px;
    display:none;
    margin-top: 6px;
}
h4{
    line-height: 0;
    padding-bottom: 4px;
    letter-spacing: 10px;
}
.form-control {
    border-color: #3a094e;
}

.form-control {
    color: #3a094e;
}

.dropdown label{
    padding-left: 8px;
    margin-bottom: 0 !important;
    color: #ffffff !important;
}

.dropdown-menu {
background: rgba(255, 255, 255, .2);
    background-color: #5048afe0 !important;
}
.dropdown-item  {
background: rgba(255, 255, 255, .2);
    background-color: #5048afe0 !important;
}
.dropdown-item:hover  {
    background-color: #5048afe0 !important;
}
.dropdown-item:active  {
    background-color: #5048afe0 !important;
}
.dropdown-item:focus  {
    background-color: #5048afe0 !important;
}