body {
    background-image: url("../../images/login/1.jpg");
    background-size: cover;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
}

.principal{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
}

@media (max-width: 768px) {
    .principal{
        justify-content: center;
        padding-right: 0;
    }
}

.login{
    background-color: white;
    width: 320px;
    height: 370px;
    border-radius: 10px;
    box-shadow: 0 0 15px 5px #2f2f2f;
    padding: 20px;
}
.btn {
    display: inline-block;
    padding: 6px 12px !important;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.ui-dialog {
    padding-bottom: 0 !important;
}

.btn-login {
    color: #fff !important;
    background-color: #f08d1b;
    border-color: #de7e1b;
    width: 100%;
    margin-top: 5px;
}

.btn-login:hover, .btn-login:active, .btn-login:focus {
    color: #fff;
    background-color: #cb6f1b;
    border-color: #b45d1a;
}

a > svg > path {
    fill: #f08d1b !important;
}

a:hover > svg > path, a:active > svg > path {
    fill: #b45d1a !important;
}

.input-group{
    margin-top: 10px;
    width: 100%;
}

.form-control{
    font-weight: bold !important;
    font-size: 12px !important;
}