
.form {
    margin: 50px auto;
    width: 300px;
    padding: 30px 25px;
    background: rgb(0, 150, 136);
}
h1.login-title {
    color: white;
    margin: 0px auto 25px;
    font-size: 25px;
    font-weight: 300;
    text-align: center;
}
.login-input {
    font-size: 15px;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 25px;
    min-height: 44px!important;
    width: calc(273px - 23px);
}
.login-input:focus {
    border-color:green;
    outline: none;
}
.login-button  {
    color: rgb(255, 255, 255);
    background: rgb(255, 87, 34);
    border: 0;
    outline: 0;
    width: 250px;
    height: 44px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}
.link {
    color: white;
    font-size: 15px;
    text-align: center;
    margin-bottom: 0px;
}
.link a {
    color: white;
}
h3 {
    font-weight: normal;
    text-align: center;
    color: white;
}
