﻿.flex-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.container-box {
    height: calc(100vh - 140px);
}

.content-box {
    text-align: center;
    vertical-align: middle;
}

.login-box {
    margin: auto;
    padding: 15px;
    display: table;
    background: white;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 1px solid #2763B7;
    width: 250px;
    text-align: justify;
}

.login-erro {
    margin-top: 10px;
    padding: 3px;
    color: #721a1a;
    /*background-color: #f7a6a6;*/
    font-size: 10px;
    font-weight: bold;
    text-align: justify;
    width: 100%;
    text-wrap: normal;
}

.logotipo {
    background-image: url(@Url.Content("~/Content/images/logo_ms_v2.png"));
    background-repeat: no-repeat;
    background-position-y: 90px;
    background-position-x: 10px;
    height: 270px;
    border: 0;
}

.titulo {
    font-size: 12px !important;
    font-weight: bold !important;
}

.w100 {
    width: 100% !important;
}

input {
    width: 236px !important;
}

select {
    width: 250px !important;
}
