.login-wrapper{
    /*background: linear-gradient(to top, #507cbe , #eef6ff 90%, white);*/
    background-color: #28374d;
    height: 90vh;
    width: 100%;
    display: flex;
    display: -ms-flexbox;
}
.box-wrapper{
    justify-content: center;
    align-items: center;
    margin: 7em auto;
    width: 40%;
}
.box-body {
    /*justify-content: center;*/
    align-items: center;
    -ms-flex-align: center;
    margin: 3% auto auto auto;
    width: 100%;
    height: 400px;
    background-color: white;
    display: flex;
    border-radius: 5px;
}
.box-main {
    width: 70%;
    justify-content: center;
    align-items: center;
    -ms-flex-align: center;
    margin: auto;
}
.form-control{
    margin-bottom: 1em;
    height: 3em;
}
.btn {
    background-color: #507cbe;
    color: white;
}
.text-style{
    font-size: smaller;
    color: white;
}

.box-body:hover::before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.box-body:hover {
    box-shadow: 5px 5px 18px #2a2a2a;
}
.bg-danger {
    color: #a46a6a;
}

.error-wrapper {
    width: 90%;
    border: 1px solid #fcfcfc;
    display: flex;
    border-radius: 7px;
    margin-left: 0;
}

.error-wrapper > .col-xs-1{
    background-color: #960105;
    border-radius: 7px 0 0 7px;
}

.error-wrapper > .col-xs-11{
    background-color: #eef6ff;
    border-radius: 0 7px 7px 0;
    padding: 21px;
}


.box-header > .text-left > img{
    margin-bottom: 2em;
}

@media (max-width: 767px) {
    .box-wrapper{
        width: 70%;
    }
}
