.card {
    border: none;
    border-radius: 1px;
}

.rt-login-header {
    text-align: center;
    color: #ffffff;
    border: none;
    background-color: #000000;
    border-radius: 1px;
}

.rt-login-header img {
    width: 180px;
}

.lBtn {
    background: white;
    color: #444;
    width: 250px;
    border-radius: 15px;
    border: thin solid #cccccc;
    box-shadow: 1px 1px 1px #cccccc;
    white-space: nowrap;
    height: 35px;
    padding-left: 15px;
    padding-top: 5px;
    display: block;
    margin: 5px auto 20px auto;
    font-weight: 600;
}

.lBtn:hover {
    cursor: pointer;
}

span.label {
    font-family: serif;
    font-weight: normal;
}

.lBtn img {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
}

span.buttonText {
    display: inline-block;
    vertical-align: middle;
    text-align-all: left;
    padding-left: 15px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

#rt-login {
    width: 300px;
    margin: 0 auto;
    display: none;
}

.btn-green {
    background-color: #00ACC8;
    color: #ffffff;
    width: 100%;
    border-radius: 15px;
}


.btn-green:hover {
    color: #00ACC8;
    background-color: #ffffff;
    border: solid 1px #00ACC8;
}


.text-green-small {
    color: #00ACC8;
    text-align: center;
    padding-top: 15px;
    font-weight: 500;
    font-size: 12px;
}


.text-green {
    color: #00ACC8;
}

.text-green-small:hover {
    text-decoration: underline;
    cursor: pointer;
}