.account-container {
    background: transparent;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
}
.login-fields input {
    height: 41px;
    width: 100%;
}
.username-field,.password-field {
    background: transparent;
}
.field-group-user,.field-group-password {
    position: relative;
}
.icon-register-email {
    background: #26b4ff;
    width: 40px;
    height: 40px;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
}
.icon-register-email i {
    color: white;
    margin: auto;
}
.icon-register-password {
    background: #26b4ff;
    width: 40px;
    height: 40px;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
}
.icon-register-password i {
    color: white;
    margin: auto;
}
.btn-login {
    border-radius: 0.125rem;
    -webkit-transition: all 0.2s ease-in-out;
    border: 0 solid transparent;
    width: 100%;
    background: #26b4ff;
    border-color: #26b4ff;
    -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.07), 0 4px 5px 0 rgba(0, 0, 0, 0.05), 0 1px 10px 0 rgba(0, 0, 0, 0.03);
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.07), 0 4px 5px 0 rgba(0, 0, 0, 0.05), 0 1px 10px 0 rgba(0, 0, 0, 0.03);
    color: #fff;
    padding: 1rem 1rem;
}
.btn-login:hover, .btn-login:focus, .btn-login:active, .btn-login.active, .open .dropdown-toggle.btn-login, .btn-login:active:focus, .btn-login:active:hover, .btn-login.active:hover, .btn-login.active:focus {
    border: 0 solid transparent;
    background: #26b4ff;
    border-color: #26b4ff;
    -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.15), 0 4px 5px 0 rgba(0, 0, 0, 0.1), 0 1px 10px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.15), 0 4px 5px 0 rgba(0, 0, 0, 0.1), 0 1px 10px 0 rgba(0, 0, 0, 0.06);
}
