body {
    background: #fff;
}

.alert ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.form {
    width: 450px;
    padding: 40px;
    margin: 0 auto;
    background: #FFF;
    box-shadow: 0 15px 35px 0 #0000001c, 0 5px 15px 0 #00000012;
    border-radius: 15px;
}

.form h1 {
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

.form .checkbox {
    font-weight: 400;
}


.form .form-control {
    display: block;
    width: 100%;
    height: calc(2.19rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 0.9rem;
    line-height: 1.6;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d3d3d3;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form .form-control-lg {
    height: calc(2.6875rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.3rem;
    font-weight: 500;
}

.form button {
    font-weight: 600;
    margin: 0 auto;
}

@media(max-width:540px) {

    body {
        padding-top: 0;
    }

    .form {
        width: 340px;
    }

    .logo img {
        max-width: 220px;
    }
}