﻿.validation-msg {
    color: #dc3545 !important;
    white-space: nowrap;
}

.logo-warpper {
    height: 50px;
    width: 300px;
}

.logo {
    position: relative;
    height: 22px;
}

.form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
    margin-bottom: 1rem;
}

.form-control {
    display: block;
    width: 100%;
    height: 28px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.form-wrapper {
    margin: auto;
    width: 300px;
    height: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -150px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

h1 {
    font-weight: normal;
}

.btn {
    width: 100%;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.u-btn-outline-primary {
    color: #527bcc;
    border-color: #527bcc;
    background-color: transparent;
}

.u-btn-outline-primary:focus, .u-btn-outline-primary.active {
    color: #fff;
    background-color: #527bcc;
}

.u-btn-outline-primary:hover {
    color: #fff;
    background-color: #527bcc;
}
