#recovery {
    max-width: 360px;
    margin: auto;
}

#recovery #credentials {
    font-size: 14px;
    width: 300px;
    height: 34px;
    line-height: 18px;
    border: 1px solid #999999;
    border-radius: 4px;
    margin-bottom: 16px;
    margin-right: 0 !important;
    padding-left: 10px;
}

#recovery #verification_code {
    font-size: 14px;
    width: 300px;
    height: 34px;
    line-height: 18px;
    border: 1px solid #999999;
    border-radius: 4px;
    margin-bottom: 16px;
    margin-right: 0 !important;
    padding-left: 10px;
}

.new_password {
    font-size: 14px;
    width: 300px;
    height: 34px;
    line-height: 18px;
    border: 1px solid #999999;
    border-radius: 4px;
    margin-bottom: 16px !important;
    margin-right: 0 !important;
    padding-left: 10px !important;
}

#recovery .label {
    text-align: left;
    padding-left: 24px;
    margin-bottom: 10px;
}
#recovery .recovery-form {
    margin: 80px auto auto;
    color: #222;
    width: 360px;
    max-height: 400px;
    font-size: 14px;
    padding-bottom: 24px;
}

#recovery span.legend {
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 36px;
    text-align: left;
    color: #366383;
    margin-bottom: 24px;
    padding-left: 24px;
    padding-top: 24px;
}

div.choose {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0 0 24px;
    padding: 0;
}

h1.error_message_bar {
    display: none;
    padding: 10px;
    text-align: center;
    position: absolute;
    left: 50%;
    width: 340px;
    margin-left: -180px;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
    background-color: #C62828;
    z-index: 1000;
    box-shadow: 0 9px 10px -7px #B7B7B7;
    border-radius: 8px;
}

h1.error_message_bar span.close {
    float:left;
    margin-right: .3em;
}

h1.success_message_bar {
    display: none;
    padding: 10px;
    text-align: center;
    position: absolute;
    left: 50%;
    width: 340px;
    margin-left: -180px;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
    background-color: #1caa24;
    z-index: 1000;
    box-shadow: 0 9px 10px -7px #B7B7B7;
    border-radius: 8px;
}

.input_icon {
    cursor: pointer;
    margin-top: 18px;
    margin-left: -30px;
    position: absolute;
}

h1.error_message {
    padding: 10px;
    text-align: center;
    position: absolute;
    left: 50%;
    width: 340px;
    margin-left: -180px;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
    background-color: #C62828;
    z-index: 1000;
    box-shadow: 0 9px 10px -7px #B7B7B7;
    border-radius: 8px;
}
