.box-gray {
    margin-top: 60px;
    background: #f7f7f7;
    padding: 40px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.logo{
    width: 200px;
}
.text {
    height: 48px;
    border: 1px solid #c7c7c7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #e6e6e6;
    color: #333;
    border-radius: 10px;
    filter: grayscale(100%);
    width: 100%;
    padding: 0 16px;
}
.form-group {
    position: relative;
    margin-bottom: 32px;
}
.showPass {
    position: absolute;
    top: 12px;
    left: 16px;
    color: #9a9b9b;
    font-size: 20px;
    height: auto !important;
    line-height: 1.5 !important;
}
.keyboard {
    position: absolute;
    top: 12px;
    left: 55px;
    color: #9a9b9b;
    font-size: 20px;
    height: auto !important;
    line-height: 1.5 !important;
}
.keyboard-single {
    position: absolute;
    top: 12px;
    left: 16px;
    color: #9a9b9b;
    font-size: 20px;
    height: auto !important;
    line-height: 1.5 !important;
}

.title-box{
    margin-bottom: 40px;
}
a{
    color: #003b31;
}
.login-form-button{
    font-size: 16px;
}
.msgBox{
    margin-top: 40px;
    background: #e3e3e3;
    padding: 40px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.btn-default{
    background: #e6e6e6;
}
.captcha_img{
    min-height: 20px;
    min-width: 30px;
    display: inline;
    margin-bottom: 10px;
    border-radius: 10px;
}

.rulesContainer input:checked ~ .checkmark {
    background-color: #fff;
}
.checkmark {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 100%;
    width: 32px;
    height: 32px;
    border: 2px solid #9fa3a7;
}
.rulesContainer input:checked ~ .checkmark::after {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}
.rulesContainer .checkmark::after {
    left: 5.5px;
    top: 5.5px;
    transform: scale(0.2);
    -webkit-transform: scale(0.2);
    width: 17.6px;
    height: 17.6px;
    border-radius: 100%;
    background-color: #ffb500;
}
.checkmark::after {
    content: "";
    position: absolute;
    opacity: 0;
    transition: all 0.2s;
}
.rulesContainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.rulesContainer{
    margin-right: 30px;
}
.rulesContainer > a {
    color: #ffb500;
    font-weight: bold;
}