body {
    font-family: "Open Sans", sans-serif;
    height: 100vh;
    margin: 0;
    padding: 0;
    background-size: cover;
    background-attachment: fixed;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;

}

.content {
    color: #5b5b5b;
    font-family: "Open Sans", sans-serif;
    min-height: 400px;
    max-width: 80vw;
    background: white;
    border-radius: 5px;
    text-align: center;
    padding: 40px;
}

.content-header {
    max-width:415px;
    margin:auto;
}

.passwordreset {
    width: 680px;
}

.login {
    width:420px;
}

.logo {
    max-height:200px;
    max-width:400px;
}

input, select {
    display: block;
    padding: 12px 3%;
    box-sizing: border-box;
}

input[type="text"],
input[type="password"],
select {
    margin: 20px 0px;
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    border-radius: 5px;
    background: #e0e0e0;
    border: none;
    color: #5b5b5b;
}

.submit {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display:-webkit-flex;
    display:flex;
}

.forgot,
.submit input {
    display: inline-block;
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
}

input[type="submit"] {
    background: #5598fe;
    color: #ECECEC;
    font-size: 20px;
    border-radius: 5px;
    border: none;
    text-align: center;
    padding: 12px 3%;
    box-sizing: content-box;
}

.main {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
}

.footer {
    text-align: center;
    font-size: 10px;
    color: #3b3b3b;
    padding: 4px;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
}

.footer a {
    color: #2b2b2b;
}

.error {
    display: inline-block;
    border: 1px solid #ebccd1;
    background: #f2dede;
    color: #993432;
    padding:3%;
    width:100%;
    box-sizing:border-box;
    border-radius:3px;
}


.btn, .btnaddonright {
    color: #000000;
    border: 1px solid #eee;
    border-radius: 3px;
    background-color: #eee;
    background-image: linear-gradient(#fcfcfc, #eee);
    text-align: center;
    padding: 5px;
    cursor: hand;
}

.btn:hover, .btnaddonright:hover {
    border-color: #ccc;
    background-color: #ddd;
    background-image: linear-gradient(#eee, #ddd);

}

.btn img,
.btnaddonright img {
    max-height: 15px;
    max-width: 15px;
}

@media (max-device-width:480px) {
    html { height: 100% }
    body { height: 100%; background: white; display: default; }
    .content{
        width: 90vw;
        padding:25px 10px 0px 10px;
        margin:0px auto;
        border-radius: 0px;
    }
    .login, .passwordreset {
        width: 100%;
    }
}

@media (max-device-height: 480px) {
    html { height: 100% }
    body { height: 100%; background: white; display: default; }
    .content {
        width: 90vw;
        margin:0px auto;
        border-radius: 0px;
        border-radius: 0px;
    }
    .login, .passwordreset {
        width: 100%;
    }
}
