#form-login {
    margin: 50px auto;
    float: none;
}


/* Sticky footer styles
-------------------------------------------------- */

html,
body {
    height: 100%;
    background-color: #F4F6F9;
}

/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: 100%;
}

#main {
    overflow: auto;
    padding-bottom: 48px;
}

#wrapper {
    margin: 0px auto;
    max-width: 380px;
    transition: 0.25s;
}

.standard_logo_wrapper {
    height: 100px;
    overflow: hidden;
    width: 180px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5rem;
    text-align: center;
    display: table;
}

.standard_logo {
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    max-width: 230px;
    max-height: 60px;
}

#content {
    margin: 0px auto;
    margin-bottom: 24px;
    padding: 1.25rem;
    border-radius: 0.25rem;
    border: 1px solid rgb(216, 221, 230);
    color: rgb(84, 105, 141);
    background-color: #ffffff;
}

.label {
    font-size: 12px;
    color: rgb(84, 105, 141);
    line-height: inherit;
    background-color: #ffffff;
}


.mt8 {
    margin-top: 0.5rem;
}

.mb16 {
    margin-bottom: 1rem;
}

.p16 {
    padding: 16px 0;
}


input.input, select.input, input.answer-input.input, input.password-input.input {
    border: 1px solid rgb(150, 148, 146);
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    font-family: SFS, Arial, sans-serif;
    box-sizing: border-box;
    font-size: 0.8125rem;
    transition: 0.1s;
    padding: 12px;
    height: auto !important;
}

.wide {
    width: 100% !important;
}

.r4 {
    border-radius: 4px;
}

.mr8 {
    margin-right: 8px;
}

.fl {
    float: left;
}

.pr {
    position: relative;
}

.bt {
    border-top: 1px solid #F4F6F9;
}

.pt16 {
    padding-top: 16px;
}

.small {
    font-size: .75rem;
}

.button {
    padding: 12px 24px;
    border-radius: 4px;
    border: 0px;
    font-size: 0.8125rem;
    font-family: SFS, Arial, sans-serif;
    color: white;
    cursor: pointer;
    background-image: none !important;
}

.primary {
    background-color: rgb(0, 112, 210);
    color: white;
    transition: 0.1s;
    border: 1px solid transparent;
}

#header {
    color: #16325c;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 1.5rem;
    font-family: SFSLight, Arial, sans-serif;
    display: block;
}

.mb12 {
    margin-bottom: .75rem;
}