﻿.gf-card
{
	max-height: 204px;
    overflow: hidden;
}

.logo-single{
    background-size: contain;
    width: 270px;
    height:75px;
}

.forgot-password {
    display: block;
    margin-top: -10px;
}

.navbar .navbar-logo .logo {
    width: 270px;
    height:75px;
    background-size:contain;
}

.ktc-radio label {    
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
    float: left;    
}

.ktc-radio-list {
    display: inline-block;
    height: 3em;
}
.ktc-radio input {
    border-radius: .1rem;
    outline: initial !important;
    box-shadow: initial !important;
    font-size: .8rem;
    padding: .5rem .75rem;
    line-height: 1;
    border: 1px solid #d7d7d7;
    background: #fff;
    color: #3a3a3a;
    border-color: #d7d7d7;
    height: calc(1em + .3rem);
    display: block;
    width: 25px;
    font-weight: 400;
    float: left;
}

.card-body form input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    color: #008c9a;
    border-color: #008c9a;
    padding: 0.5rem 1rem 0.5rem 1rem;
    font-size: 0.76rem;
    line-height: 1.5;
    border-radius: 50px;
    outline: initial !important;
    box-shadow: none !important;
    box-shadow: initial !important;
    background-color: transparent;
    background-image: none;
    white-space: nowrap;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    border: 1px solid;
    line-height: 1.5;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.field-validation-error {
    color: red;
    font-weight: 600;
}

@media (max-width: 1439px) {
    .navbar .navbar-logo .logo {
        width: 150px;
        height: 45px;
    }
}

@media (max-width: 767px) {
    .navbar .navbar-logo .logo {
        width: 80px;
        height: 23px;
    }
}

/* text shown after submitting the form */
.formwidget-submit-text {
    font-weight: bold;
}

/* form label */
.form-field .control-label {
    font-weight: bold;
}

/* Upload file delete button */
.ktc-uploader-text-button {
    font-weight: bold;
    color: red;
}