@charset "UTF-8";
/* Specific styles for my.premier.ca reset password and reset password action page*/
/*
PREMIER ORANGE - #F05323;
PREMIER BLACK - #202324;
DARK GREY - #A9A9A9
MEDIUM GREY - #E2E2E2
LIGHT GREY - #E9E9E9
ERROR BOX DARK RED - #950E29
ERROR BOX LIGHT RED - #F9BECA
CLASS .green - #168A0D;
CLASS .amber - #F2AE0C;
CLASS .red - #D62727;
*/
div#ca-container {
    font-size: 1rem;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    background-color: #efefef;
    border: 1px solid #202324;
    width: 90%;
    max-width: 400px;
    padding-bottom: 24px;
    margin: 100px auto;
    /*Required for #login-error message box to position absolutely correct*/
    position: relative;
}
#title-holder {
    background-color: #202324;
    background: #202324 url('../images/favicon.png') no-repeat 20px 14px;
    background-size: 28px 28px;
}
h1#ca-title {
    color: white;
    padding: 12px;
    font-size: 1.2rem;
}
#ca-form {
    padding: 24px;
    text-align: center;
}
.form-line {
    padding-bottom: 12px;
}
label {
}
input {
    padding: 6px 12px;
    font-size: 1rem;
    border: 1px solid #202324;
    border-radius: 24px;
    width: 80%;
}
#ca-but, #reset-but {
    margin-top: 20px;
    display: inline;
    text-align: center;
}
#error-box {
    width: 360px;
    height: 200px;
    position: absolute;
    inset: 0;
    margin: 80px auto;
}
button#clear-error {
    text-align: center;
    color: white;
    background-color: #950E29;
    margin: 48px auto;
}
button#clear-error:hover {
    color: white;
    background-color: #202324;
}
@media (max-width: 400px) {

}