/*/*
	Note: It is best to use a less version of this file ( see http://css2less.cc
	For the media queries use @screen-sm-min instead of 768px.
	For .omb_spanOr use @body-bg instead of white.
*/

html, body {
    height: 100%;
    font-family: Asap;
    overflow: auto;
    overflow-x: hidden;
}

a:hover {
    text-decoration: none!important;
}

#logo {
    text-align: center;
  /*margin-bottom: 5%;*/
    margin-top: 5%;
}

@media (max-width: 375px) {
    #logo {
        margin-left: 0;
        margin-bottom: 5%;
        margin-top: 5%;
    }
    .version-label {
        top: -70px!important;
        font-size: 12px!important;
    }

    #acc {
        width: 250px !important;
    }

    .omb_loginForm {
        width: 100% !important;
    }
}

@media (max-width: 768px) {
    a.btn.btn-lg.btn-block {
        width: 18% !important;
    }
}

@media (min-width: 375px) and (orientation: landscape) {
    .omb_login {
        width: 60%;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
        padding-top: 20px;
        padding-bottom: 20px;
        background: #0a1b31;
        -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
        border-radius: 10px;
        height: calc(100vh - 60px)!important;
        max-height: 700px;
    }
}

@media (min-width: 375px) and (orientation: landscape) and (max-height: 550px){
    #logo {
        margin: auto;
        margin-top: 0;
        width: 30vw;
        display: none;
    }
}

    @media (min-width: 768px) {
    body {
        /*background-image: linear-gradient(#ffffff, #06908f);*/
        background: #ededed;
    }
}

.omb_login .omb_authTitle {
    text-align: center;
    line-height: 300%;
}

.omb_socialButtons {
    margin-top: 5px;
}

.omb_login .omb_socialButtons a {
    color: white;
  /*In yourUse @body-bg opacity: 0.9;*/
}

.omb_login .omb_socialButtons a:hover {
    color: white;
    opacity: 1;
}

.omb_login .omb_socialButtons .omb_btn-facebook {
    background: transparent !important;
    background: -moz-linear-gradient(top, rgba(112, 100, 242, 1) 0%, rgba(55, 55, 213, 1) 63%, rgba(29, 29, 195, 1) 79%, rgba(9, 9, 183, 1) 99%, rgba(183, 222, 237, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(112, 100, 242, 1)), color-stop(63%, rgba(55, 55, 213, 1)), color-stop(79%, rgba(29, 29, 195, 1)), color-stop(99%, rgba(9, 9, 183, 1)), color-stop(100%, rgba(183, 222, 237, 1)));
    background: -webkit-linear-gradient(top, rgba(112, 100, 242, 1) 0%, rgba(55, 55, 213, 1) 63%, rgba(29, 29, 195, 1) 79%, rgba(9, 9, 183, 1) 99%, rgba(183, 222, 237, 1) 100%);
    background: -o-linear-gradient(top, rgba(112, 100, 242, 1) 0%, rgba(55, 55, 213, 1) 63%, rgba(29, 29, 195, 1) 79%, rgba(9, 9, 183, 1) 99%, rgba(183, 222, 237, 1) 100%);
    background: -ms-linear-gradient(top, rgba(112, 100, 242, 1) 0%, rgba(55, 55, 213, 1) 63%, rgba(29, 29, 195, 1) 79%, rgba(9, 9, 183, 1) 99%, rgba(183, 222, 237, 1) 100%);
    background: linear-gradient(to bottom, rgba(112, 100, 242, 1) 0%, rgba(55, 55, 213, 1) 63%, rgba(29, 29, 195, 1) 79%, rgba(9, 9, 183, 1) 99%, rgba(183, 222, 237, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7064f2', endColorstr='#b7deed', GradientType=0);
}

.omb_login .omb_socialButtons .omb_btn-twitter {
    background: transparent !important;
    background: rgba(148, 203, 255, 1);
    background: -moz-linear-gradient(top, rgba(148, 203, 255, 1) 0%, rgba(72, 183, 234, 1) 63%, rgba(43, 174, 226, 1) 79%, rgba(7, 164, 217, 1) 99%, rgba(183, 222, 237, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(148, 203, 255, 1)), color-stop(63%, rgba(72, 183, 234, 1)), color-stop(79%, rgba(43, 174, 226, 1)), color-stop(99%, rgba(7, 164, 217, 1)), color-stop(100%, rgba(183, 222, 237, 1)));
    background: -webkit-linear-gradient(top, rgba(148, 203, 255, 1) 0%, rgba(72, 183, 234, 1) 63%, rgba(43, 174, 226, 1) 79%, rgba(7, 164, 217, 1) 99%, rgba(183, 222, 237, 1) 100%);
    background: -o-linear-gradient(top, rgba(148, 203, 255, 1) 0%, rgba(72, 183, 234, 1) 63%, rgba(43, 174, 226, 1) 79%, rgba(7, 164, 217, 1) 99%, rgba(183, 222, 237, 1) 100%);
    background: -ms-linear-gradient(top, rgba(148, 203, 255, 1) 0%, rgba(72, 183, 234, 1) 63%, rgba(43, 174, 226, 1) 79%, rgba(7, 164, 217, 1) 99%, rgba(183, 222, 237, 1) 100%);
    background: linear-gradient(to bottom, rgba(148, 203, 255, 1) 0%, rgba(72, 183, 234, 1) 63%, rgba(43, 174, 226, 1) 79%, rgba(7, 164, 217, 1) 99%, rgba(183, 222, 237, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#94cbff', endColorstr='#b7deed', GradientType=0);
}

.omb_login .omb_socialButtons .omb_btn-google {
    background: transparent !important;
    background: rgba(254, 87, 36, 1);
    background: -moz-linear-gradient(top, rgba(254, 87, 36, 1) 0%, rgba(233, 44, 19, 1) 63%, rgba(226, 24, 10, 1) 79%, rgba(219, 8, 4, 1) 99%, rgba(183, 222, 237, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254, 87, 36, 1)), color-stop(63%, rgba(233, 44, 19, 1)), color-stop(79%, rgba(226, 24, 10, 1)), color-stop(99%, rgba(219, 8, 4, 1)), color-stop(100%, rgba(183, 222, 237, 1)));
    background: -webkit-linear-gradient(top, rgba(254, 87, 36, 1) 0%, rgba(233, 44, 19, 1) 63%, rgba(226, 24, 10, 1) 79%, rgba(219, 8, 4, 1) 99%, rgba(183, 222, 237, 1) 100%);
    background: -o-linear-gradient(top, rgba(254, 87, 36, 1) 0%, rgba(233, 44, 19, 1) 63%, rgba(226, 24, 10, 1) 79%, rgba(219, 8, 4, 1) 99%, rgba(183, 222, 237, 1) 100%);
    background: -ms-linear-gradient(top, rgba(254, 87, 36, 1) 0%, rgba(233, 44, 19, 1) 63%, rgba(226, 24, 10, 1) 79%, rgba(219, 8, 4, 1) 99%, rgba(183, 222, 237, 1) 100%);
    background: linear-gradient(to bottom, rgba(254, 87, 36, 1) 0%, rgba(233, 44, 19, 1) 63%, rgba(226, 24, 10, 1) 79%, rgba(219, 8, 4, 1) 99%, rgba(183, 222, 237, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe5724', endColorstr='#b7deed', GradientType=0);
}

.omb_login .omb_loginOr {
    position: relative;
    font-size: 1.5em;
    color: #aaa;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.omb_login .omb_loginOr .omb_hrOr {
    background-color: #cdcdcd;
    height: 1px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.omb_login .omb_loginOr .omb_spanOr {
    display: block;
    position: absolute;
    left: 50%;
    top: -0.6em;
    margin-left: -1.5em;
    background-color: white;
    width: 3em;
    text-align: center;
}

.omb_loginForm {
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

.omb_login .omb_loginForm .input-group.i {
    width: 2em;
}

.omb_login .omb_loginForm .help-block {
    color: #11Ff22;
}

a.btn.btn-lg.btn-block {
    border: none;
    width: 31%;
    /* margin: 1% 4% 10px;*/
    /*float: left;*/
    display: inline;
    border-radius: 12px;
    padding: 4px 0px;
}

.social-icon-container {
    display: inline-block;
    width: 40px; /* old 40 */
    height: 40px;
    border-radius: 100%;
}

.social-icon-container.facebook {
    background: #4867AA;
}

.social-icon-container.google-plus {
    background: #B00000;
}

.social-icon-container.twitter {
    background: #1DA1F2;
}

i.fa , i.fas {
    position: relative;
    font-size: 25px;
}

i.fa.fa-facebook {
    top: 6px;
    color: white;
}

i.fa.fa-google-plus {
    color: #fff;
    top: 6px;
}

i.fa.fa-twitter {
    color: white;
    top: 6px;
}

.col-xs-10.col-xs-offset-1.col-sm-6 {
    padding: 0px;
}

@media (min-width: 768px) {
    .omb_login .omb_forgotPwd {
        /*text-align: right;*/
        margin-top: 10px;
        margin-left: 16%;
    }
}

body {
    /*background: url("images/sfondo_login.png") 0px no-repeat;
    background-size: cover;*/
}

label.checkbox {
    color: #8e8686;
}

div.container {
    margin-top: 0px !important;
}

.btn-login {
    border-radius: 10px;
    width: 75%;
    padding: 12px 24px;
    font-weight: bold;
    margin: 10px auto 10px auto;
    color: white;
    border: 0;
    background: #ffffff;
    -webkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
    overflow: hidden;
    position: relative;
}

.btn-login:hover, .btn-login:active, .btn-login:focus {
    outline: 0;
    background-color: #ffffff;
    color: white;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.btn-primary[disabled] {
    background-color: transparent;
    color: #aaa;
    border-color: #aaa;
}

@keyframes ripple {
    100%{
        opacity: 0;
        transform: scale(2.5);
    }

}

.ripple-effect{
    position: absolute;
    height: 0;
    width: 0;
    left: 0;
    top: 0;
    background: white;
    border-radius: 50%;
    opacity: 0.4;
    transform: scale(0);
}

.ripple-effect.animate{
    animation: ripple 0.5s linear;
}

span.input-group-addon {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: transparent;
    border-color: #ffffff;
    border: 0;
    width: auto;
    padding: 6px 12px 6px 0;
}


span.input-group-addon i {
    color: #7a7677;
}

div.animated-label-cont{
    width: 75%;
    margin: auto;
    padding: 20px 10px 0 10px;
    font-weight: normal;
    position: relative;
}

div.animated-label-cont .info{
    position: absolute;
    transition: all ease-out 0.3s;
    top: 20px;
    font-size: 18px;
    color: #7a7677;
    pointer-events: none;
    line-height: 30px;
}

div.animated-label-cont.not-empty .info{
    font-size: 13px;
    top: 0!important;
}

div.animated-label-cont.focused .info{
    color: #aaa;
}

div.animated-label-cont .value{
    width: 100%;
    border: 0;
    font-size: 18px;
    border-bottom: 1px solid #dad9d9;
    padding-bottom: 3px;
    transition: all ease-out 0.3s;
    margin-bottom: 0px;
    outline: none!important;
    min-height: 33px;
}

div.animated-label-cont.focused .value{
    border-color: #ffffff;
    border-width: 2px;
    margin-bottom: 0;
}

div.input-group input:focus {
    box-shadow: none;
    color: black;
    background-color: transparent !important;
}
/*modifiche russel*/
@media (min-width: 480px){
    #divUsername {
        padding-bottom: 15px;
    }

    #divPassword{
        padding-bottom: 15px;
    }

    #divConfermaPassword{
        padding-bottom: 15px;
    }

    #divCaptcha{
        padding-bottom: 15px;
        padding-top: 15px;
    }

    #divRegTermCond{
        padding-bottom: 15px;
    }

    #submitBtn{
        padding-bottom: 12px;
        margin-bottom: 15px;
    }
}

@media (max-width: 399px){
    #divUsername {
        padding-bottom: 10px;
    }

    #divPassword{
        padding-bottom: 10px;
    }

    #divConfermaPassword{
        padding-bottom: 10px;
    }

    #divCaptcha{
        padding-bottom: 10px;
        padding-top: 10px;
    }

    #divRegTermCond{
        padding-bottom: 10px;
    }

    #submitBtn{
        padding-bottom: 12px;
        margin-bottom: 15px;
    }
}
/*fine modifiche russel*/
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background-color: #FFF;
}

.social-buttons {
    /* width: 250px;
     text-align: center;*/
    min-height: 52px;
    margin: 0 auto;
    margin-left: 17px;

}

#bg {
    position: fixed;
    /*top: -50%;
    left: -50%; */
    width: 100%;
    height: 100%;
    z-index: -10;
}

#bg img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
}

/*.social-icon-container.mail {
	background: #b400ff;
	right:3px;
	top: 10px;
}
i.fa-envelope {
	color: white;;
	top: 6px;
	left:6px;
}
.social-icon-container.secret {
	background: #000;
	right:3px;
	top: 10px;
}	
i.fa-user-secret {
	color: white;
	top: 8px;
	left:0px;
}	*/

.tt {
    /*margin-left:20px;*/
    /*margin-top: 20px;*/
    float: right;
}

.tt:hover {
    cursor: pointer;
}

#acc {
    border: 1px solid #ffffff;
    padding-top: 10px;
    width: 290px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
}

#acc a {
    display: inline-block;
}

#box span {
    background-color: #fff;
}

/*.sign-button-container {
    height: 40px;
    width: 40px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    transition: all ease-out 0.3s;
    text-align: center;
    font-size: 24px;
    padding: 0px;
    display: inline-block;
}*/

#acc .sign-button-container i, #acc .sign-button-container svg{
    font-size: 36px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    position: relative;
    transition: all ease-out 0.3s;
    overflow: hidden;
    fill: currentColor;
}

#acc a:active, #acc a:focus{
    outline: 0;
}

#acc .sign-button-container i:after, #acc .sign-button-container svg:after {
    content: '';
    background: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
}

.anonim-sign-div i, .anonim-sign-div svg{
    color: black;
    background: #aaaaaa;
    padding: 3px;
}

.anonim-sign-div i:hover, .anonim-sign-div svg:hover{
    color: #303d3e;
    background: #aaaaaa;
}

.anonim-sign-div i:active, .anonim-sign-div svg:active{
    color: #556061;
}

.anonim-sign-div i:after, .anonim-sign-div svg:after{
    border: 3px solid #303d3e;
}

#mail-sign-btn i, #mail-sign-btn svg{
    color: white;
    background: #646464;
    padding: 3px;
}

#mail-sign-btn i:hover,  #mail-sign-btn svg:hover{
    color: #646464;
    background: #646464;
}

#mail-sign-btn i:active,  #mail-sign-btn svg:active{
    color: #646464;
}

#mail-sign-btn i:after,  #mail-sign-btn svg:after{
    border: 3px solid #646464;
}

#social-signin i, #social-signin svg{
    width: auto;
    line-height: 1;
    height: auto;
    border-radius: 0;
}

#facebook-sign-btn i{
    color: #DBDADA;
    background: transparent;
    font-size: 17px!important;
}

#facebook-sign-btn i:hover{
    color: #3c5a99;
    background: white;
}

#facebook-sign-btn i:active{
    color: #5F78AB;
}

#facebook-sign-btn i:after{
    border: 3px solid #333;
}

#google-sign-btn i{
    color: #DBDADA;
    background: transparent;
    font-size: 17px!important;
}

#google-sign-btn i:hover{
    color: #d44638;
    background: white;
}

#google-sign-btn i:active{
    color: #DB675C;
}

#google-sign-btn i:after{
    border: 3px solid #333;
}

/*.anonim-sign-div {
    background-color: #bebebc;
    color: white;
    border: 2px solid #bebebc;
    font-size: 36px;
    overflow: hidden;
}

.anonim-sign-div:hover {
    color: white;
    background: black;
    border-color: black;
}

.anonim-sign-div > i {
    position: relative;
    top: -3px;
}

.mail-sign-div {
    background-color: #bebebc;
    color: white;
    position: relative;
    border: 2px solid #bebebc;
}

.mail-sign-div:hover {
    color: white;
    background: #fb7f32;
    border-color: #fb7f32;
}

.mail-sign-div > i {
    position: relative;
    top: 2px;
}

.google-sign-div {
    background-color: #bebebc;
    color: white;
    border: 2px solid #bebebc;
}

.google-sign-div:hover {
    color: white;
    background: #db4437;
    border-color: #db4437;
}

.google-sign-div > i {
    position: relative;
    top: 2px;
}

.facebook-sign-div {
    background-color: #bebebc;
    color: white;
    border: 2px solid #bebebc;
}

.facebook-sign-div:hover {
    color: white;
    background: #4267b2;
    border-color: #4267b2;
}

.facebook-sign-div > i {
    position: relative;
    top: 2px;
}*/

#acc .row {
    padding: 5px 0px;
}

.sign-btn > a {
    cursor: pointer;
}

.sign-btn > a:hover {
    text-decoration: none;
}

.sign-btn {
    text-align: left;
    width: auto;
}

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

#lost-cred a {
    color: #7a7677 !important;
}

#lost-cred a:hover {
    color: #2e282a !important;
}

.sign-text span {
    color: #000 !important;
}

#box span {
    color: #7a7677 !important;
}

.mm {
    width: 125px;
}

@media only screen and (max-width: 1200px) {

    .mm {
        margin-top: 10px;
        margin-bottom: 0px;
    }

}

@media only screen and (min-width: 1201px) {

    .mm {
        margin-top: 10px;
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 768px) and (orientation: portrait) {
    .omb_login {
        margin: 60px;
        height: calc(100vh - 120px)!important;
        max-height: 700px;
        width: 60%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 40px;
        padding-bottom: 40px;
        background: #fff;
        -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
        border-radius: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .sign-btn {
        padding-right: 0px;
        padding-left: 0px;
    }

    .sign-text {
        padding-right: 5px;
        text-align: left;
    }

    .sign-button-container {
        height: 34px;
        width: 34px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        font-size: 20px;
    }

    #acc .sign-button-container i, #acc .sign-button-container svg{
        line-height: 34px;
        height: 34px;
        width: 34px;
        font-size: 20px!important;
    }

    #acc .sign-button-container#anonim-sign-btn i{
        font-size: 30px!important;
    }

    #signin-tab .sign-button-container#anonim-sign-btn i{
        font-size: 30px!important;
    }

    .sign-button-container{
        height: 34px!important;
        width: 34px!important;
        padding: 4px 0!important;
    }

    div.input-group {
        width: 100%;
    }

    #lost-user, #lost-psw {
        width: 100% !important;
    }

    .btn-login {
        width: 100% !important;
    }
}

.login-error {
    text-align: center;
    color: #de6969;
    font-weight: bold;
    margin: 0 auto;
}

#lost-user, #lost-psw {
    width: 75%;
    margin: auto;
    padding: 0 10px;
}

input,
textarea,
button,
select,
a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.alert-success {
    text-align: center;
}

.alert-success strong {
    display: block;
    text-align: center;
}

div.overlay-lightbox {
    opacity: 0.7;
    background-color: #000;
    width: 100%;
    height: 100%;
    font-size: 17px;
    color: #fff;
    font-weight: bold;
    z-index: 10;
    padding-top: 25%;
    text-align: center;
    top: 0;
    left: 0;
    position: fixed;
}

.verified-desc{
    margin-left: 15px;
    font-size: 13px;
    color: #7a7677;
}

@media screen and (max-width: 767px) {
    #logo img {
        width: 120px !important;
        margin-bottom: 30px !important;
    }


    

}

.omb_login{
    display: none;
    height: calc(100vh - 20px);
    overflow: hidden;
    overflow-y: auto;
}

.omb_login.active{
    display: block;
    background: #0a1b31;
   
}

/* --------- NEW LOGIN ---------- */
.row{
    margin: 0;
}

.login-switch-btn {
    height: 60px;
    background: transparent;
    border: 0;
    color: #b3b0b1;
    font-weight: bold;
    padding-bottom: 10px;
    transition: all ease-out 0.3s;
}

div#login-switch-nav {
    
    border-bottom: 2px solid #11Ff22;
    position: relative;
    display: inline-block;
    width: 100%;}

.signin #signin {
    color: #11Ff22;
}

.login-switch-btn span{
    display: block;
    color: #b3b0b1!important;
    height: 19px;
}

.login #login {
    color: #ffffff;
}

#login-switch-nav:after {
    content: "";
    width: 17px;
    height: 17px;
    border: 2px solid #ffffff;
    transform: translateX(-50%) rotate(45deg);
    border-width: 2px 0 0 2px;
    background: white;
    position: absolute;
    bottom: -9px;
    left: 25%;
    transition: all ease-out 0.3s;
}

.login-switch-btn:focus, .login-switch-btn:active {
    outline: 0;
}

.login-switch-btn:hover {
    color: #11Ff22;
}

.signin #signin:hover {
    color: #11Ff22;
}

.login #login {
    color: #11Ff22;
}

#login-switch-nav.login:after {
    left: 75%;
}

#tabs-cont{
    position: relative;
}

#tabs-cont.signin #signin-tab  {
    opacity: 1;
    left: 0;
}

#tabs-cont.login #login-tab  {
    opacity: 1;
    left: 0;
}

#tabs-cont #signin-tab {
    left: 100%;
}

#tabs-cont #login-tab {
    left: -100%;
}

#tabs-cont .tab {
    opacity: 0;
    position: absolute;
    width: 100%;
    transition: all ease-out 0.3s;
    top: 0;
}

.tab a > .row {
    display: flex;
    flex-direction: column;
    padding: 15px 5px;
    transition: all ease-out 0.3s;
}

.tab .row > .row{
    display: flex;
    padding: 15px 5px 0 5px;
}

.tab a > .row:not(#social-signin):hover{
    background-color: rgba(100,100,100,0.1);
}

.sign-button-container svg, .sign-button-container i {
    font-size: 36px;
    text-align: center;
    line-height: 45px;
    height: 45px;
    width: 45px;
    position: relative;
    transition: all ease-out 0.3s;
    overflow: hidden;
    fill: currentColor;
    border-radius: 50%;
}

.sign-button-container {
    height: auto;
}

.tab .col {
    position: relative;
}

.tab .title {
    font-weight: bold;
    font-size: 1.6rem;
}

.tab .title span {
    font-weight: normal;
}

.tab .text {
    color: #b3b0b1;
}

.tab .text span{
    color: #7a7677;
}

.tab .col:first-child {
    padding-right: 15px;
}

#tabs-cont a:active, #tabs-cont a:focus{
    outline: 0;
}

#tabs-cont .sign-button-container i:after, #tabs-cont .sign-button-container svg:after {
    content: '';
    background: transparent;
    border: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
}

.login-form {
    display: flex;
}

.login-input-cont {
    flex-grow: 1;
}
#signin-tab .btn-signin {
    width: 100%;
    margin: 0;
    line-height: 1;
    padding: 10px;
    border-radius: 50%;
    font-size: 30px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    background: #ffffff;
    border:#ffffff;
}
#login-tab .btn-login i {
    width: 30px;
}

.login-btn-cont{
    padding-top: 15px;
}

#login-tab .btn-login {
    width: 100%;
    margin: 0;
    line-height: 1;
    padding: 10px;
    border-radius: 50%;
    font-size: 30px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.4;
    background: #11Ff22;
}

#login-tab .btn-login.active{
    opacity: 1;
}

#login-tab div.animated-label-cont, #login-tab #lost-psw, #login-tab #lost-user{
    width: 100%;
}

div#social-signin {
    text-align: center;
    display: block;
}

#social-signin .white-space:first-child{
    text-align: right;
    padding-top: 7px;
    line-height: 24px;
    color: #ffffff;
    font-weight: bold;
    padding-right: 5px;
    margin-top: 20px;
}

#social-signin .white-space{
    width: 100%;
}

#social-signin .sign-button-container{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 7px 0px;
    border: 2px solid #DBDADA;
    -webkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -ms-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
    margin-top: 20px;
}

#social-signin #facebook-sign-btn:hover,
#social-signin #facebook-sign-btn:hover i{
    border-color: #428bca;
    color: #428bca!important;
}

#social-signin #google-sign-btn:hover,
#social-signin #google-sign-btn:hover i{
    border-color: #d44638;
    color: #d44638!important;
}

div#facebook-sign-btn {}

div#facebook-sign-btn {
    display: inline-block;
    margin-right: 5px;
}

div#google-sign-btn {
    display: inline-block;
}

div#verified-signin {
    padding-top: 15px;
    border-top: 1px solid #b3b0b1;
    padding-bottom: 5px;
}

div#social-signin {
    padding: 0;
}

#lost-user a,
#lost-psw a{
    opacity: 0.5;
    transition: all ease-out 0.3s;
    color: #eee!important;
}

#lost-psw a:hover,
#lost-user a:hover{
    opacity: 1;
}

#fblogin{
    width: auto;
    height: 100%;
    display: inline-block;
    margin-right: 10px;
}

#googlelogin{
    display: inline-block;
    height: 100%;
}

@media screen and (max-width: 767px) and (orientation: landscape) {
    .container {
        margin: 0;
        padding: 0;
    }

    .omb_login {
        padding: 0;
        margin: 0;
        width: 100%;
        height: 100vh!important;
        border: 0;
        box-shadow: none;
    }
}

.version-label{
    position: relative;
    left: 50%;
    color: #ffffff;
    font-style: italic;
    font-size: 14px;
    top: -32px;
    margin-left: 28px;
}

.cont{
    padding-top: 20px;
}

#tabs-cont.login form#login_form {
    display: block;
}

#tabs-cont form {
    display: none;
}

#tabs-cont.signin #sign_up_form1 {
    display: block;
}
/* --------- NEW LOGIN END ---------- */

@media (min-width: 576px){
    .error-modal .modal-dialog {
        max-width: 300px;
    }
}

/* Sezione Modal terms-conditions start */

.terms_conditions_register h1.modal-title { color:black; font-size:22px; font-weight:bold; }
.terms_conditions_register button.close { font-size:30px; }  
.terms_conditions_register .modal-body { font-size:15px; height: 60vh; overflow-y: auto; font-weight:normal!important; }
.terms_conditions_register .modal-dialog { overflow-y: initial !important; }
.terms_conditions_register .modal-header .close { margin-top:-20px; } 

/* end */


input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #0a1b31 inset !important;
    -webkit-text-fill-color: white !important;
}


i.fab:hover{

background:transparent!important;

}


