:root {
    --blue: #028DF2;
    --light: #fff;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

html {
    width: 100%;
    height: 100%;
    min-height: 100%;
}

input {
    width: 290px;
    padding: 7px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

div.bg_login {
    /*
    min-height: 100%;
    min-width: 1024px;


    /* Set up positioning */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.login-button{
    border: 1px solid #fff;
    background-color: #fff;
    color: #028DF2;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: auto;
    font-size: 20px;
    border-radius: 4px;
    display: inline-block;
    padding: 5px 20px;
    margin-right: 30px;
}
.login-button:hover,
.login-button:focus{
    border: 1px solid #028DF2;
    background-color: #028DF2;
    color: #fff;
}

video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    background: url('') no-repeat;
    background-size: cover;
    transition: 1s opacity;
}
.bg_login{
    background-color: var(--blue);
}
#login-box {
    font: 12px Arial, Helvetica, sans-serif;
    width: 100%;
    text-align: center;
    background-color: rgba(0,0,0,0.2);
}

#errorBox {
    font: 12px Arial, Helvetica, sans-serif;
    width: 100%;
    position: static;
    display: none;
    color: white;
    text-align: center;
}

/*
.symfony-content {
    position: absolute;
    left: 40%;
    top: 6%;
    width: 500px;
    height: 400px;
}
*/

.symfony-content {
    max-width: 500px;
    width: 100%;
    min-width: 248px;
    margin: 100px 50%;
    transform: translateX(-50%);
}

.symfony-content-opacity {
    position: absolute;
    left: 40%;
    top: 6%;
    width: 500px;
    height: 400px;
}

.symfony-content-opacity-div2 {
    background-color: aliceblue;
    opacity: 0.7;
    border-radius: 10px;
    height: 270px;
}

#login-boxh2 {
    width: 100%;
    height: 160px;
    font: bold 44px "Calibri", Arial;
    margin-bottom: 30px;
}

#login-boxh3 {
    width: 100%;
    color: white;
    font: bold 44px "Calibri", Arial;
    text-align: center;
    margin-top: 40px;
}

#cont_name{
    width: 100%;
}

#cont_password{
    width: 100%;
    height: 45px;
}

#login-box-name {
    width:100px;
    text-align: right;
    color: white;
    margin-top: 23px;
    font-weight: bold;
    font-size: 14px;
    margin-left: 40px;
    text-align: left;
}

#login-box-field-name {
    margin-left: 40px;
    margin-right: 40px;
}

#login-box-field-name input{
    width: 100%;
}

#check_box{
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

#logo_duo{
    float: right;
    width: 100%;
    text-align: right;
    margin-top: 80px;
}

qrcode_duo{
    float: right;
    width: 40%;
    text-align: right;
    margin-top: 80px;
}

.form-login  {
    padding: 10px 4px 6px 3px;
    border: 1px solid #0d2c52;
    /*background-color:#0f0fff;*/
    font-size: 16px;
    color: black;
    width: 250px;
}

.login-box-options  {
    font-size: 13px;
    color: orange;
}

.login-box-options a {
    color: #fff;
    font-size: 13px;
}

#login_button{
    width: 100%;
    margin-top: 50px;
    padding-bottom: 70px;
}

#recovery_button{
    width: 100%;
    margin-top: 50px;
    padding-bottom: 70px;
}

.triangle-isosceles {
    position:absolute;
    padding:15px;
    margin-top:-35px;
    margin-left: 35px;
    color:#000;
    background:#f3961c; /* default background for browsers without gradient support */
    /* css3 */
    background:-webkit-gradient(linear, 0 0, 0 100%, from(#f9d835), to(#f3961c));
    background:-moz-linear-gradient(#f9d835, #f3961c);
    background:-o-linear-gradient(#f9d835, #f3961c);
    background:linear-gradient(#f9d835, #f3961c);
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    width: 400px;
}

/* THE TRIANGLE
------------------------------------------------------------------------------------------------------------------------------- */

/* creates triangle */
.triangle-isosceles:after {
    content:"";
    position:absolute;
    bottom:-15px; /* value = - border-top-width - border-bottom-width */
    left:50px; /* controls horizontal position */
    border-width:15px 15px 0; /* vary these values to change the angle of the vertex */
    border-style:solid;
    border-color:#f3961c transparent;
    /* reduce the damage in FF3.0 */
    display:block;
    width:0;
}

#device {
    margin-left: 20px !important;
}

#overlay {
    visibility: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    width:100%;
    height:100%;
    z-index: 1000;
}

#divRichiesta {
    width:600px;
    margin: 210px auto;
    background-color: #fff;
    border:1px solid #000;
    border-radius: 4px;
    padding:15px;
    background-color: rgb(255,255,255);
}

.classeForm label {
    width: 100px;
    float: left;
}

.classeForm div {
    margin-top: 4px;
}

.classeForm input {
    width: 180px;
}

@media (max-width: 768px) {
    #login-boxh2 img{
        max-width: 90%;
        margin: auto;
    }
    #login-boxh2{
        margin-bottom: 20px;
    }

}