<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
    background: none;
    margin-bottom: 60px;
}

html{
    position: relative;
    min-height: 100%;
}

.full {
    background: url('../images/sfondo_login060.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.no-gutter &gt; [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

.text.left{
    text-align: left;
}

.text.right{
    text-align: right;
}

.wrapper{
    padding: 8% 0 0;
}

.head{
    //background: url('../images/logo.png') center no-repeat;
    //height: 72px;
    //background-size: contain;
}

.form_container{
    background: rgba(199, 199, 199, 0.48);
    border-radius: 8px;
    margin-bottom: 50px;
}

.form_container .input-group{

}

.input-group{
    margin: 10px 0;

}

form{
    padding: 30px;
}

.form-control, .input-group-addon{
    border: 2px solid #d70617;
}

span.input-group-addon{
    background-color: #d70617;
    color: #F1F0EF;
}

button.black{
    background: #000;
    color: #fff;
    width: 93%;
    margin: 0 auto;
    display: block;
}

button.ksa{
    background: #fff url('../images/ksa_input.gif') left center no-repeat;
    background-size: contain;
}

button.google{
    font-weight: bold;
    background: #fff url('../images/google_input.gif') left center no-repeat;
    background-size: contain;
}

button.grey{
    color: #787878;
    width: 93%;
    margin: 10px auto;
    display: block;
}



.separator{    
    width: 100%;
    border-bottom: 1px solid #000;
    margin: 11px 0px 15px;
    display: block;
    height: 1.1em;
    overflow: hidden;
}

p.ksa{
    text-align: center;
    font-weight: bold;
}

p.help{
    font-size: 12px;
    text-align: justify;
    font-weight: bold;
}

.divider{
    width: 100%;
    overflow: hidden;
    display: block;
    text-align: center;
}

.divider:before, .divider:after{
    content: "";
    display: inline-block;
    width: 50%;
    margin: 0 .5em 0 -55%;
    vertical-align: middle;
    border-bottom: 1px solid;

}

.divider:after {
    margin: 0 -55% 0 .5em;
}

.divider .text{
    display: inline-block;
    vertical-align: middle;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3em;
    background-color: #d70617;
}

.footer .text{
    color: #fff;
    font-size: 12px;
}

.footer .copyright{
    font-size: 10px;
    text-align: center;
    display: block;
    color: #fff;
    padding-top: 2px;
}
.g-signin2{
    width: 93%;
    margin: 10px auto;
}

.abcRioButton{
    padding: 7px;
    border-radius: 4px;
    box-shadow: none;
}
#submitButton{
    border-radius: 0px;
}
.legal{
    color: #fff;
    font-size: 10px;
}
.oktest{
    color: seagreen;
}
.errortest{
    color: red;
}
.warntest{
    color: gold;
}</pre></body></html>