﻿.wrapper{
    margin-top: 25px;
}
.bg-offwhite {
    background-color: #FAF9F6;
}
.bg-taur-pink {
    background-color: #EB8077;
}
.bg-taur-green {
    background-color: #1c545d;
}
.bg-taur-blue {
    background-color: #00A6FC;
}
.text-off-white {
    color: #FAF9F6;
}
.form-signin {
    max-width: 420px;
    padding: 15px;
    margin: 0 auto;
    border: 1px solid #cccccc;
    border-radius: 10px;
    box-shadow: 0 3px 5px #D3D3D3;
    display: flex;
    justify-content: center;
    align-items: center;
}

.input-group{
    height: 45px;
    margin-bottom: 15px;
    border-radius: 0px;
}
.form-control{
    height: 45px;
}

.form-main {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

body {
    display: flex;
    align-items: center;
    height: 100vh;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.py-2 {
    padding-top: 5px;
    padding-bottom: 5px;
}
.m-img-size {
    width: 24rem;
}
@media only screen and (max-width: 600px){
    body {
        align-items: start;
        padding-top: 25px !important;
    }
    .m-img-size {
        width: 18rem;
    }
}

.taur-green-btn {
    background-color: #4cae4c !important;
    border-color: #4cae4c !important;
}

.taur-blue-btn {
    background-color: #0070C0 !important;
    border-color: #0070C0 !important;
}

.taur-purple-btn {
    background-color: #765499 !important;
    border-color: #765499 !important;
}