body{
    height: auto;
    background: #3c9792 !important;
}

.login-container {
    width: 460px;
    margin: auto;
}

.login-header {
    background: #3aafa9;
    color: #FFF;
    padding-top: 160px;
}

.login-title {
    margin-left: 15px;
    font-size: 36px;
}

.login-subtitle {
    margin: 5px 0px 10px 15px;
    color: #000;
}

input[type=text],input[type=password],input[type=email],input[type=number]{
    width: 300px;
    font-size: 20px;
}

.login-input {
    background: #303030;
    padding: 0px;
}

.login-error {
    padding: 0px;
    display: flex;
    height: 118px;
}

.dark-input{
    background:#444;
}

.password-input{
    background:#272727;
}

.forgot-password{
    text-decoration: none;
    border: none;
    cursor: pointer;
    margin: 11px;
}

a{
    color: black;
}

a:hover{
    color: black;
    opacity: 0.8;
}

.no-spinners {
    -moz-appearance: textfield;
    appearance: textfield;
}

.no-spinners::-webkit-inner-spin-button,
.no-spinners::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.eye-icon{
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    height:100%
}
