﻿
.thisContainer {
    height: 500px;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: #f5f5f5;
    margin-bottom: 170px;
    margin-top: 200px;
}

form {
    padding-top: 10px;
    font-size: 14px;
    margin-top: 30px;
}

.card-title {
    font-weight: 300;
}

.btn {
    font-size: 14px;
    margin-top: 20px;
    background-color: #b2853d !important;
    border-color: #b2853d !important;
    width: 100%
}

.login-form {
    width: 500px;
    margin: 20px;
}

.sign-up {
    text-align: center;
    padding: 20px 0 0;
}

span {
    font-size: 14px;
}

.displayInB {
    color: #b2853d !important;
    text-align: center;
}

.diplayB{
    display:inline-block;
}