﻿h1 {
    font-size: 20px;
}

h2 {
    font-size: 18px;
}

/* For "Forget Password" */
.reg_findpw {
    /*font-weight: bolder;*/
    font-size: 20px;
}

/* For common used "orange" button */
.btn_orange2025 {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    color: #fff;
    border: none;
    height: 34px;
    line-height: 34px;
    width: 124px;
    background: #EBB652\9;
    /*background: linear-gradient(to bottom, #B37800 0%,#A16617 100%);*/
    background: linear-gradient(to bottom, #ebae31 0%,#c17106 100%);
    /*background: -webkit-gradient(linear, left top, left bottom, from(#FADB6A), to(#E0973F));*/
    text-shadow: 0 0 8px #F6921B,0 0 7px #F6921B,0 0 6px #F6921B,0 0 5px #F6921B,0 0 4px #F6921B,0 0 3px #F6921B;
    box-shadow: 1px 3px 2px 0 rgba(0,0,0,0.2);
}

.btn_orange2025:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#DF953E), to(#FADB6A));
    background: linear-gradient(to bottom, #DF953E 0%,#FADB6A 100%);
}

.btn_orange2025:disabled {
    color: #3B3B3B !important;
    background: #ACACAC !important;
    background-color: #ACACAC !important;
    text-shadow: none !important;
}

.btn_orange2025:focus {
    outline: black solid 2px;
}

a:focus {
    outline: black solid 2px;
}

a:link {
    text-decoration: underline;
}

.lltm, .rp {
    color: #FFF;
}

.lltm {
    font-size: 20px;
    line-height: 30px;
}

.Emailtip {
    font-size: 14px;
    color: #5C5C5C;
}

.gray_btn {
    color: #3B3B3B !important;
    background: #ACACAC !important;
    background-color: #ACACAC !important;
    text-shadow: none !important;
}

/* For CoppaConsent/CoppaRevoke pages */
.pageTitle {
    color: #fff;
    display: inline-block;
    float: left;
    font-weight: bold;
    line-height: 3em;
    text-align: center;
    vertical-align: top;
    width: 60%;
}

/* For CoppaConsent/CoppaRevoke pages */
.child-header {
    padding: 5px 0 5px 8px;
    margin-top: 10px;
    background: #9d5c02;
    color: #FFF;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    font-weight: bold;
}

.child-header.grey {
    background: #407495;
}

input[type=checkbox]:focus {
    outline: black solid 2px;
}

.reg_textAL {
    font-size: 24px;
}

.tab1:focus {
    outline: black solid 2px;
}

.tab2:focus {
    outline: black solid 2px;
}

.tab3:focus {
    outline: black solid 2px;
}

.tab4:focus {
    outline: black solid 2px;
}
