body {
    font-family: 'Roboto', sans-serif;
}

#gtco-logo {
    color: white;
    white-space: nowrap;
    overflow: hidden;
}

@media only screen and (max-width: 600px) {
    #gtco-logo {
        max-width: calc(100% - 44px);
        width: calc(100% - 44px);    
    }
}

.menu-1 {
    width: 50% !important;
    float: right;
}

.centralized-absolute {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.login-div form input {
    font-size: 24px; 
}

.login-div {
    font-size: 24px; 
}

.error {
    text-align: center;
    color: red;
}

hr {
    margin-top: 4px;
    margin-bottom: 8px;
}

@media only screen and (max-width: 600px) {
    hr {
        margin-top: 2px;
        margin-bottom: 2px;
    }
}


/*social icons*/
.icons-social .button-ig {
    background: url('/images/instagram.svg') no-repeat;
}

.icons-social .button-fb {
    background: url('/images/facebook.svg') no-repeat;
}

.icons-social .button-yt {
    background: url('/images/youtube.svg') no-repeat;
}

.icons-social .button-tw {
    background: url('/images/twitter.svg') no-repeat;
}

.icons-social .button-wa {
    background: url('/images/whatsapp.svg') no-repeat;
}

.icons-social .button-url {
    background: url('/images/url.svg') no-repeat;
}

.icons-social .button-ig-black {
    background: url('/images/ig-b.svg') no-repeat;
}

.icons-social .button-fb-black {
    background: url('/images/fb-b.svg') no-repeat;
}

.icons-social .button-yt-black {
    background: url('/images/yt-b.svg') no-repeat;
}

.icons-social .button-tw-black {
    background: url('/images/tw-b.svg') no-repeat;
}

.icons-social .button-wa-black {
    background: url('/images/wa-b.svg') no-repeat;
}

.icons-social .button-url-black {
    background: url('/images/url-b.svg') no-repeat;
}

.icons-social button {
    width: 48px;
    height: 48px;
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 0px;
    cursor: pointer;
    opacity: 0.6;
    /*filter: grayscale(100%);
    -webkit-filter: grayscale(100%);*/
}

.social-icon-separator {
    width: 20px;
    min-width: 20px;
    display: inline-block;
}

@media only screen and (max-width: 600px) {
    .icons-social button {
        width: 32px;
        height: 32px;
    }
    .social-icon-separator {
        width: 16px;
        min-width: 16px;
        display: inline-block;
    }

}

input[type='checkbox'] {
    width: 20px;
    height: 20px;
    vertical-align: text-bottom;
}

.primary-gray-color {
    color: #AAA;
}

#username_preview {
    color: #008ee0;
    font-weight: bold;
}