.logowrap {
  position: relative;
  width: 100%;
  height: 100%;
}

.logowrap .sclogo {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.logobg {
    background-image: url("../images/loginbg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 80vh; /*switch to 40vh at breakpoint*/
}

.loginwrap {
    position: relative;
    background: #d3d2d4;
    height: 80vh; /*switch to 40vh at breakpoint*/
  }

@media screen and (max-width: 991px)
{
    .logobg{
        height: 40vh;
        min-height: 500px;
    }

    .loginwrap{
        height: 40vh;
        min-height: 540px;
    }
}
  
.loginwrap .sclogin {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.form-row, .form-group, .mbs-alt-form-control
{
    border-radius: 0px !important;
    -webkit-appearance: none;
}

.arrow
{
    position: absolute;
    color: whitesmoke;
    font-size: 18px;
    right: 10px;
    top: 6px;
}

.mbslogowrap{
    padding-top: 50px;
}

.mbslogo{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
    padding-bottom: 50px;
}

.mbsform{
    background: whitesmoke;
    padding: 20px !important;
}

.mbs-form-control{
    border-top: 0px solid black;
    border-left: 0px solid black;
    border-right: 0px solid black;
    border-bottom: 1px solid #495057;
    background-color: transparent;
    display: block;
    width: 100%;
    height: 40px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-clip: padding-box;
}

.mbs-alt-form-control {
    background-color: #495057;
    display: block;
    width: 100%;
    height: 40px;
    background-clip: padding-box;
    color: whitesmoke;
    text-align: center;
    cursor: pointer;
    border: 0px solid transparent;
    padding: .375rem .75rem;
    font-size: 18px;
    line-height: 1.5;
    border-radius: 0px !important;
    font-weight: bold;
    text-align: center;
    text-align-last: center;
}

.mbs-alt-form-control>option{
    border-bottom: 2px solid whitesmoke;
    padding: 20px;
    text-align: center;
    text-align-last: center;
}

.submitbtn{
    background: dodgerblue;
    color: whitesmoke;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 0px solid transparent;
    padding: .375rem .75rem;
    font-size: 18px;
    line-height: 1.5;
    border-radius: 0rem;
    width: 100%;
    font-weight: bold;
}

.loginsupport
{
    text-align: center;
}

.supportlink{
    font-size: 12px;
    color: dodgerblue !important;
    padding: 10px 10px 0px;
}

.footer {
    height: 20vh;
    min-height: 200px;
    background: #303031;
    color: whitesmoke; 
}

.footer a{
    color: whitesmoke;
    text-decoration: underline;
    text-align: center;
}

.footer a:hover{
    color: lightgray;
    font-weight: bold;
}

.footerparagraph{
    padding: 40px 10px 0px;
    text-align: center;
}

.footerlinks{
    text-align: center;
}

.footerwrap, .contentwrap {
    margin:0px !important;
}

.footerlogo{
    width: 400px;
    display: block; 
    margin-left: auto; 
    margin-right: auto;
    padding-top: 20px;
}

.footercopyright{
    text-align: center;
    padding: 10px;
}