a {
    outline: none;
    color: #fff;
    text-decoration: none;
}

a:visited {
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: inherit;
}

.register-logo {
    /* width: 71px !important;*/
    height: 41px !important;
    display: block !important;
    position: relative !important;
    z-index: 10 !important;
    margin-left: 90px !important;
    text-indent: -1000em !important;
    float: left !important;
    margin-top: 5px;
}


.login-button {
    font-weight: 500;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-shadow: inset 0 0 0 8px #002f34;
    -moz-box-shadow: inset 0 0 0 8px #002f34;
    -ms-box-shadow: inset 0 0 0 8px #002f34;
    -o-box-shadow: inset 0 0 0 8px #002f34;
    box-shadow: inset 0 0 0 8px #002f34;
    background-color: #002f34;
    border: none;
    color: #fff;
    padding: 0;
    height: 48px;
    line-height: 48px !important;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    cursor: pointer;
    margin: 0px;
}

.login-button:hover {
    color: #002f34;
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 0 5px #002f34;
    -moz-box-shadow: inset 0 0 0 5px #002f34;
    -ms-box-shadow: inset 0 0 0 5px #002f34;
    -o-box-shadow: inset 0 0 0 5px #002f34;
    box-shadow: inset 0 0 0 5px #002f34;
}

.olx-website-rebranded__o {
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(12px, 15px);
    content: '';
    border-radius: 50%;
    width: 10px;
    height: 10px;
    box-shadow: 0 0 0 12px #24e5db;
}

.olx-website-rebranded__l {
    width: 10px;
    top: 0;
    bottom: 0;
    background: #23e5db;
    position: absolute;
    left: 37px;
}

.olx-website-rebranded__x {
    width: 20px;
    height: 20px;
    overflow: hidden;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(51px, 10px);
}

.olx-website-rebranded__x:before {
    transform: skewX(45deg) translate(-50%, 0);
}

.olx-website-rebranded__x:before, .olx-website-rebranded__x:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 65%;
    height: 100%;
    background: #24e5db;
}

.olx-website-rebranded__x:after {
    transform: skewX(-45deg) translate(-50%, 0);
}

.olx-website-rebranded__x:before, .olx-website-rebranded__x:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 65%;
    height: 100%;
    background: #24e5db;
}