input:-webkit-autofill::first-line {font-size: 16px; font-weight: bold; font-family: Ubuntu-Bold;}

@font-face {
    font-family: Ubuntu-Regular;
    src: url("../_fonts/ubuntu/Ubuntu-Regular.ttf");
}

@font-face {
    font-family: Ubuntu-Bold;

    src: url("../_fonts/ubuntu/Ubuntu-Bold.ttf");
}

p, h2 {
    color: #6c757d!important;
}

input:focus::placeholder {color: transparent;}
input:focus::-webkit-input-placeholder {color:transparent;}
input:focus:-moz-placeholder {color:transparent;}
input:focus::-moz-placeholder {color:transparent;}
input:focus:-ms-input-placeholder {color:transparent;}

.bord{ padding: 20px; border-radius: 15px; background-color: rgba(255, 255, 255, .5);}

.carousel-indicators li{
    background-color: black !important;
}

.carousel{
    max-height: 100vh;
    overflow: hidden !important;
}

.shine{
    color: #616161;
    text-shadow: #e0e0e0 1px 1px 0;
}

.shine{
    color: #616161;
    text-shadow: #e0e0e0 1px 1px 0;
}

.product-device {
    position: absolute;
    right: 10%;
    bottom: -30%;
    width: 300px;
    height: 540px;
    background-color: #333;
    border-radius: 21px;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    overflow: hidden;
}


.home_up_shadow{
    background: linear-gradient(
        rgba(108,117,125, 0.2) 0px,
        rgba(108,117,125, 0.1) 4px,
        rgba(108,117,125, 0) 8px
        );
}




.product-device::before {
    position: absolute;
    top: 10%;
    right: 10px;
    bottom: 10%;
    left: 10px;
    content: url(/_img/3333f.png);
    background-color: rgba(255, 255, 255, .1);
    border-radius: 5px;
    overflow: hidden;
}

.flex-equal > * {
    -ms-flex: 1;
    flex: 1;
}
@media (min-width: 768px) {
    .flex-md-equal > * {
        -ms-flex: 1;
        flex: 1;
    }
}

.overflow-hidden {
    overflow: hidden;
}


body,
html {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

body {
    background-image: url("/_img/13.png");
    background-repeat:  repeat;
    height: 100% !important;
    position: fixed;
    width: -moz-available;          /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
    width: fill-available;
    scroll-behavior: smooth;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container {
    max-width: 100%;
}

@media (min-width: 1200px) {
    .container-xl {
        max-width: 1550px !important;
    }
}

.fa-stack{
    font-family: Ubuntu-Bold, sans-serif !important; 
    font-size: 30px !important;
}

.wrapper {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    font-family: Ubuntu-Bold;
    font-size: 16px;
    line-height: 1.7;
}

.p300{
    padding-top: 30px;
    min-width: 300px
}

.p358{
    min-width: 358px;
    z-index: 1; 
    color: #6c757d!important;
    padding-bottom: 30px;
}

@media only screen and (min-width: 768px) {
    .wrapper {
        height: 500px !important;
    }
}

.logo_nav {
    height: 30px;
}

input {
    outline: none;
    border: none;
    text-align: center !important;
}

.password,
.username {
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #2ea121;
    border-radius: 15px;
    margin-bottom: 16px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 1px solid green;
    -webkit-text-fill-color: #403866;
    -webkit-box-shadow: 0 0 0px 1000px #fffff inset;
    transition: background-color 5000s ease-in-out 0s;
}

.username input,
.password input {
    color: #403866;
    line-height: 1.2;
    display: block;
    width: 285px;
    background: transparent;
    height: 50px;
    padding: 0 34px 0 34px;
    border: 1px solid #e6e6e6;
    border-radius: 15px;
}

.login_info {
    color: #403866;
    line-height: 1.2;
    display: block;
    width: 285px !important;
    height: 202px !important;
    padding: 0 34px 0 34px;
    border: 1px solid #e6e6e6;
    border-radius: 15px;
    background-color: rgba(255,255,255,.6);
    border: 1px solid green;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.password input:focus,
.username input:focus {
    border: 1px solid #2ea121;
    transition: border-color 0.3s linear;
    border-radius: 15px;
}

button {
    outline: none !important;
    border: none;
    background: transparent;
}

.login {
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 285px;
    height: 50px;
    transition: all 0.4s;
    background-color: #2ea121;
    border-radius: 15px;
    margin-bottom: 16px;
}

.login:hover {
    background-color: #24791b;
}

#customBtn {
    color: #fff;
    line-height: 1.2;
    display: flex;
    align-items: center;
    padding: 0 20px;
    width: 285px;
    height: 50px;
    transition: all 0.4s;
    border-radius: 3px;
    border: 2px solid #e6e6e6;
}


#customBtn:hover {
    cursor: pointer;
    border: 2px solid #2ea121;
}

span.label {
    font-family: serif;
    font-weight: normal;
}

span.icon {
    background: url("../_img/g-logo.png") transparent no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: 35px;
    background-size: cover;
    position: absolute;
}

span.buttonText {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    width: 100%;
    justify-content: center;
}

.googleWrapper {
    text-align: center;
}

.abcRioButtonContentWrapper {
    background-color: #2ea121 !important;
    display: inline-block;
    vertical-align: middle;
}

.abcRioButton {
    width: unset !important;
    height: 50px !important;
    box-shadow: unset !important;
    border: 1px solid #2ea121 !important;
    background-color: #2ea121;
    border-radius: 15px !important;
    white-space: nowrap !important;
    padding: 0 15px 0 0;
}

span {
    color: #ffffff;
}

.abcRioButtonLightBlue {
    background-color: #2ea121 !important;
    color: #ffffff !important;
}

.abcRioButtonContents {
    display: inline-block;
    vertical-align: middle;
    line-height: 20px !important;
    margin: 12px 0 8px 8px;
}

.abcRioButtonIcon {
    display: inline-block;
    vertical-align: middle;
    margin: 12px 0 8px 8px;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #2ea121;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    margin: auto;
    text-align: center;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

a {
    color: inherit !important;
    text-decoration: none !important;
}

:root {
    --red: #2ea121;
}

.carousel-content {
    position: absolute;
    bottom: 10%;
    left: 5%;
    z-index: 20;
    color: white;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.process {
    background-color: rgba(255,255,255,.5);
}

.process2 {
    background-color: rgba(255,255,255,1);
}

.process3 {
    background-color: rgba(0,0,0,1);
}

.privacy_section {
    background-color: rgba(0,0,0,1);
}

a,
a:hover {
    color: inherit;
}

a:hover {
    text-decoration: none;
}

.bg-lightblue {
    background-color: rgba(255,255,255,.3);
    padding-top: 50px;
    padding-bottom: 50px;
}

.home {
    background-image: url("/_img/114.jpg") !important;
    width: 100% !important;
    background-size: cover;
}

.p-15 {
    padding: 15px;
}

.info-cover {

    background: linear-gradient(
        rgba(46, 161, 33, 1) 50px,
        rgba(255, 255, 255, 0.8) 60px,
        rgba(255, 255, 255, 0.8) 100%
        );
    border: 1px solid rgba(46, 161, 33, 0.4);
    color: #ffffff;
    border-radius: 0.8rem;
    transition: 0.5s;
    margin: 10px;
    cursor: pointer;
}

@media (min-width: 768px){
    .col-md-4 {
        -ms-flex: 0 0 30.333333% !important;
        flex: 0 0 30.333333% !important;
        max-width: 33.333333% !important;
    }
}

@media (max-width: 767px){
    .colx {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 90% !important;
    }
}

.page-header {
    transition: background 0.5s ease-in-out;
}


.navbar{
    width: auto;
}

footer {
    background-color: rgba(0,0,0,0.8);

}

.wrapper_load {
    overflow: hidden;
    background-color: #ffffff;
    width: 100%;
    min-height: 100vh;
    z-index: 1000;
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
}

.line1 {
    border-bottom: 1px solid rgb(160, 160, 160);
    margin: 0.6rem 1rem;
}

.line2 {
    border-bottom: 1px solid rgb(160, 160, 160);
    margin: 0.6rem 1rem;
    width: 20px
}

.navbar-toggler{
    margin-left: 16px;
}

.nav-link{
    margin-left: 16px;  
}

#btn_up {
    position: fixed;
    bottom: 0px;
    right: 30px;
    z-index: 99999;
    font-size: 13px;
    border: none;
    outline: none;
    background-color: grey;
    color: white;
    cursor: pointer;
    padding: 15px;
    width: 50px;
    border-radius:4px 4px 0px 0px;
    opacity: 0.7;
}

.b-image {
    height: 30px;
}
