﻿@charset "utf-8";
/* CSS Document */
/*margin: sup dir inf esq*/

html {
    height: 100%;
}

.ui-dialog {
    -webkit-animation: bounce 0.5s 1 ease-out;
    -moz-animation: bounce 0.5s 1 ease-out;
    -o-animation: bounce 0.5s 1 ease-out;
    animation: bounce 0.5s 1 ease-out;
    box-shadow: 0 3px 20px rgba(0,0,0,0.9);
}

.ui-dialog-titlebar {
    background-color: transparent;
    background-image: none;
    border: 0 none;
}

    .ui-dialog-titlebar a {
        background-color: #5A5A5F;
    }

.ui-dialog-title {
    font-family: 'HelveticaCondensedBoldRegular';
    color: #5A5A5F;
    text-transform: uppercase;
}

.ui-widget-content {
    background-color: #FFF;
    background-image: none;
    font-family: Trebuchet MS;
    font-size: 1.2em;
}

body {
    display: flex;
    align-items: center;
    padding-top: 8%;
    background-image: url('/img/login_back_5x.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.form-signin {
    width: 100%;
    max-width: 404px;
    height: 100%;
    max-height: 458px;
    padding: 60px;
    border-radius: 8px;
    margin: auto;
    background: #282e37;
}

.box-wrn {
    height: 485.1px;
    width: 610.2px;
    border-radius: 3.6px;
    margin: auto;
    background-color: #0A3664;
    color: white;
}

.box-wrn-im {
    margin-bottom: 60px;
    margin-top: 40px;
}

.box-wrn-bt {
    margin-right: 35px;
    margin-top: 33px;
}

.box-wrn-tt {
    margin: 65px 0 15px 0;
    color: #FFFFFF;
    line-height: 32px;
    text-align: center;
}

.box-wrn-tx {
    /* font-family: Roboto; */
    margin-bottom: 40px;
}