﻿.signup-title {
    font-size: 20pt; 
    /*margin-top: 30px; */
    color: GrayText;
}

.row-data {
    display: flex; 
    margin: 10px; 
    font-size: medium;
}

.left-side-row {
    float: left;
    width: 40%;
    text-align: right; 
    margin-right: 100px;
}

.right-side-row {
    float: right; 
    width: 55%; 
    text-align: left; 
    margin-left: 100px;
}

.left-side-data {
    font-size: 20px;
}

.right-side-data {
    font-size: 20px; 
    width: 400px !important;
}

.right-side-input {
    text-indent: .8em;
    /*height: 45px;*/
}