input[type='radio'], input[type='checkbox'] {
    width: 15px;
    height: 15px;
    float: left;
    box-sizing: border-box;
    padding: 0;
}
.form-control.form-control-lg.login-field {
    height: 4rem;
    margin-bottom: 15px;
}
.form-control.form-radio, .form-control.form-checkbox {
    margin-top: 0.4rem;
    margin-right: 0.5rem;
    float: left;
    opacity: 1;
    background-color: #afafff;
    border: 0px;
    color: #0000ff;
}
.header-container {
    margin-top: 2%;
    padding: 0.1%;
}

.header-font {
    padding-left: 20px;
    font-size: 2.5vw;
    color: white;
}

body{
    overflow-x:hidden;
}

.form-label {
    float: left;
}
.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.myTable-row {
    border: none;
}

.form-row > .col,
.form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.form-row {
    padding-top: 5px;
    padding-bottom: 5px;
}
.form-radio {
    border-radius: 8px;
}
.shape2 {
    border-radius: 10px;
    padding: 12px 20px;
    width: 100%;
    height: 100%;
}
.timeout-logo{
    padding:10px;
    margin-right: auto;
    margin-left: auto;
    display: block;
}
img {
    vertical-align: middle;
    max-width: 100%;
}
.middle-box{    
    margin-bottom: 30px;
    border-radius: 5px; 
    margin: 20px 0 20px 0;
    background-color: #fff;
    padding-top: 10px;
}
.middle-box-thanks{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 30px;
    border-radius: 5px; 
    margin: 20px 0 20px 0;
    background-color: #fff;
    padding-top: 10px;
    font-size: 24px;
    
}
.middle-box-header {
    font-weight: 700;
    letter-spacing: 0.3px;
}
.submit-style {
    margin-right: auto;
    margin-left: auto;
    display: block;
    font-size: 30px;
    padding: 10px 40px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: 500;
}
.stars{
    /* width: 7%; */
}

.cfc-logo {
	width: 250px;
    height: auto;
    padding-right: 35px;
    margin-top: -8px;
}
.logo-product {
    width: 13%;
    margin-left: 22%;
    margin-top: -7.3%;
    height: auto;
    border-image: linear-gradient( 0deg, rgba(0, 0, 0, 0.2), rgba(28, 56, 103, 0.9) 50%, rgba(0, 0, 0, 0.2) ) 1 100%;
}
.footer-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 8%;
}
.vertical-center {
  min-height: 50%; 
  min-height: 50vh;

  display: flex;
  align-items: center;
}
.footer-content {
	width: 100%;position: fixed;left: 0;bottom:0;text-align:center; padding:30px 0; color:#fff
}
.StarValue {
    font-weight:normal;
}
.lineHeight {
    line-height: 2.2;
}
.container-margin {
    margin-left: 20px;
}
.text-danger {
    text-align: center;
    font-size: 15px;
    color: #000000 !important;
}
input[disabled] {
    pointer-events: none
}
.disabled {
    background-color: #595959;
    color: #595959;
}
.asterisk {
    color: #FF0000 !important;
}
.question-align{
    vertical-align:top;
}

@media only screen and (max-device-width: 40em) {
    .middle-box-header {
        display: block;
        font-size: 13px;
    }
	
	.cfc-logo {
		width:130px;
		padding-right:10px;
		padding-left:20px;
	}
	.logo-product {
		padding-left:10px;
	}
    body {
        font-size: 14px;
    }
    .text-danger {
        font-size: 12px;
    }
    .form-row {
        padding-top: 0px; 
        padding-bottom: 0px; 
    }
    .form-control.form-radio, .form-control.form-checkbox {
        margin-top: 0.2rem;
    }
}
@media screen and (max-width: 576px) {
    .form-control.form-radio, .form-control.form-checkbox {
        margin-top: 0.2rem;
    }
    div.col {
        font-size: 10px;
    }
    th.col {
        padding-left: 5px;
    }
    tr.StarName {
        font-size: 10px;
    }
    td.myTable-row {
        font-size: 13px;
    }

    .header-font {
        font-size: 15px;
    }

    .logo-product {
        margin-left: 5%;
        width: 20%;
        margin-top: -16%;
    }
    .stars {
        width:80%;
    }
    .lineHeight {
        line-height: 1.2;
    }
    .container-margin {
        margin-left: 0px;
    }
    .submit-style {
        font-size: 20px;
    }
        
}

@media screen and (max-width: 412px) {
    .buildCreditSection {
        margin-top: -9px !important;
    }
}