﻿
.login-box {
    width: 560px;
    margin: 5% auto;
}

.signup-box {
    width: 660px;
    margin: 5% auto;
}

.forgot-box {
    width: 740px;
    margin: 5% auto;
}

.hr_text {
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-color: #F1B434;
    border-bottom-width: 2px;
    border-style: solid;
    margin-bottom: 2.75%;
    text-align: left;
}

.hr_text .text_inner > :last-child {
    padding-bottom: 0px;
}

.hr_text .text_inner {
    position: relative;
}

h2 {
    font-size: 26px;
    color: #0072ce !important;
    line-height: 32px !important;
    padding-bottom: 10px;
    font-weight: 500;
}

h3 {
    font-size: 18px;
    color: #0072ce !important;
    line-height: 15px !important;
    padding-bottom: 1px;
    font-weight: 500;
}

.copyright {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.cic-button {
    background-color: #F1B434;
    border: none;
    border-radius: 12px;
    color: white;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin: 4px 2px;
    cursor: pointer;
}