@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: Fluent,Arial,Helvetica,sans-serif;
    color: white;
    background-color: #CCC;
}

h2 {
    color: #902C8E;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.vertical-center {
    min-height: 100%; /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh; /* These two lines are counted as one :-)       */

    display: flex;
    align-items: center;
}

.mainContent {
    position: absolute;
    display: flex;
    height: 100vh;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: left top;
    background-color: #00AFEC;
    background-image: linear-gradient(#422863,#00AFEC);
}

.fluentLogo {
    position: relative;
    display: block;
    content: " ";
    padding: 40% 50% 21% 50%;
    padding: 15% 50% 15% 50%;
    margin: 0;
    width: 100%;
    height: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-image: url("../images/logo-myfluent.svg")
}

.mainContent .forgotPassword {
    width: 100%;
}

.mainContent .forgotPassword > h1 {
    font-size: 24px;
    text-align: center;
    padding-top: 5px;
}

.mainContent .ChangePasswordRequested {
    width: 100%;
}

.mainContent .ChangePasswordRequested > h1 {
    font-size: 22px;
    text-align: center;
}

.mainContent .ChangePasswordRequested > h2 {
    font-size: 18px;
}

.mainContent .EnterNewPassword {
    width: 100%;
}

.mainContent .EnterNewPassword > h1 {
    font-size: 22px;
    text-align: center;
}

.mainContent .EnterNewPassword > .mb-2 {
    text-align: center;
    font-style: italic;
}

.mainContent .error > h1 {
    font-size: 18px;
    text-align: center;
}

.mainContent .ChangePasswordFailed > h1 {
    font-size: 18px;
    text-align: center;
}

.mainContent .ChangePasswordFailed {
    width: 100%;
}

.mainContent .ChangePasswordFailed a {
    color: #6c757d;
}

.mainContent .ChangePasswordFailed a:visited {
    color: #6c757d;
}

.mainContent .ChangePasswordComplete {
    width: 100%;
    text-align: center;
}

@media (min-width: 750px) {
    .container {
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 10px;
        border: solid 1px #cccccc;
    }
}