﻿.form {
/*    font-family: Arial, Helvetica, sans-serif;*/
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    height: auto; 
    background-color: white;
/*    border: solid 1px black;*/
    font-size: 22px;
    font-weight: 500;
} 

input[type=checkbox] {
    transform: scale(1.5);
    margin: 5px;
}

input[type=radio] {
    transform: scale(1.5);
    margin: 5px;
}

input[type=text], input[type=date], input[type=email], input[type=number] {
    background-color: aliceblue;
    font-size: 22px;
}

select {
    background-color: aliceblue;
    font-size: 22px;
} 
option {
    background-color: aliceblue;
    font-size: 22px;
}
.form-control {
    background-color: aliceblue;
    font-size: 22px;
}
.form-control-div {
    padding: 0px;
    background-color: aliceblue;
    height:auto;
    max-height:auto;
}
.form-control-div .form-control {
    border:none;
    padding:1px;
}
a {
    text-decoration: underline;
    color: blue;
}
.mandatory {
    font-weight:bold;
    color:red;
}
.bdr-all {
    border: solid 1px black;
}
.bdr-top {
    border-top: solid 1px black;
}
.bdr-left {
    border-left: solid 1px black;
}
.bdr-right {
    border-right: solid 1px black;
}
.bdr-bottom {
    border-bottom: solid 1px black;
}
.agreecheckbox {
    position:absolute;
    left:0px;
}
.form-header {
    width: 100%;
    pointer-events:none;
}
.form-line {
    border-bottom:solid 3px black;
}
.form-text-1 {
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 10px;
    padding-bottom: 10px;
}
.form-text-2 {
    font-weight: 700;
    font-size: 20px;
    text-align: left;
    padding-left: 0;
    padding-right: 0; 
    padding-bottom: 0px; 
    padding-bottom: 0px;
    padding-top: 0px
}
.form-text-3 {
    font-size: 21px;
    line-height:26px;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
}
.form-text-4 {
    font-size:18px;
}
.form-text-5 {
    font-size: 25px;
    font-weight: bold;
    line-height: 28px;
}
.form-text-6 {
    font-size: 22px;
    font-weight: bold;
    line-height: 28px;
    vertical-align:top;
}
.form-text-7 {
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.form-block-1 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5%;
    padding-right: 5%;
}
.form-sub-1 {
    padding: 10px;
}
.form-sub-2 {
    text-align: center;
    padding: 5px 36px 15px 36px;
    line-height: 28px;
    font-size: 22px;
}
.form-flex-parent {
    display: flex;
}
.form-flex-child {
    flex: 1;
    padding: 5px;
    box-sizing: border-box;
}
.form-flex-child-0 {
    flex: 0 1 auto;
    padding:5px;
}
.form-flex-child-1 {
    flex: 1;
    padding: 5px;
}