*, *:after, *:before {
    -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

body {
    background-image: url(/Connect/Login/sfondo6.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0;
    height: 100%;
    color: #ffffff;
    font-family: 'Prompt', sans-serif;
}



img, form {
    display: inline-block;
}

a {
    cursor: pointer;
    text-decoration: none;
}

iframe {
    border: none;
    height: 1px;
}

form, img, iframe, p, input {
    padding: 0;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
}
input {
    outline: none;
}
option {
    color: #555555;
}
select {
    cursor: pointer;
}


.titolo {
    font-family: 'Orbitron', sans-serif;
    font-size: 18px;
    color: white;
}



.contenitore {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
    flex-direction: column;
}

.stile_input, .stile_select {
    width: 250px;
    padding: 10px 5px;
    background-color: rgba(255, 255, 255, 0.6);
    border: solid thin #fed416;
    border-radius: 5px;
}
.stile_input:focus, .stile_select:focus {
    transition: none;
    outline: 2px solid transparent;
    outline-offset: 2px;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(249, 182, 25, 0.8);


}

.box_giallo {
    height: 100%;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    background: radial-gradient(circle, rgba(249,182,25,1) 35%, rgb(0, 0, 255) 100%);
    width: 10px;

}

.box_blu {
    width: 100%;
    border-top-right-radius: 15px;
    background: radial-gradient(circle, rgba(249,182,25,1) 35%, rgb(0, 0, 255) 100%);
    height: 10px;
}



/* Bottoni */
 .btn_icona {
    background-color: transparent;
    border: none;

}

.btn_login {
    width: 200px;
    padding: 10px 5px;
    background-color: #fed416;
    color: blue;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.btn_login:hover {
    background-color: #f9b619;
}



.contenitore_centrale {
    display: flex;
    align-items: center;
}

.box_login {
    display: flex;
    width: 650px;
    height: 510px;
    background-color: rgba(38, 38, 38, 0.6);
    border-radius: 15px;
    position: relative;
}

.box_info {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}


.box_icona {
    display: flex;
    align-items: center;
    width: 100%;
}

.box_input {
    width: 100%;
}



/* Varie */
.logo, .info, .box_button, .logo_rnr {
    width: 100%;
    text-align: center;
}

.logo_rnr {
    position: absolute;
    bottom: 10px;
}

.orario {
    font-size: large;
    letter-spacing: 0.2em;
}

.avvisi {
    background-color: rgba(38, 38, 38, 0.8);
    padding: 15px;
    border-radius: 15px;
    color: #ffffff;
    max-width: 1020px;
}

.box_fascia {
    display: flex;
    width: 100%;
    padding: 20px;
}



/* Helpers */
.text_center {
    text-align: center;
}
.mt10 {
    margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}
.mt30 {
    margin-top: 30px;
}

.mb10 {
    margin-bottom: 10px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb50 {
    margin-bottom: 50px;
}

.mr5 {
    margin-right: 5px;
}
.mr10 {
    margin-right: 10px;
}

.ml5 {
    margin-left: 5px;

}
.ml10 {
    margin-left: 10px;
}
.ml20 {
    margin-left: 20px;
}