﻿.myForm {
    width: 600px;
    //sets FormLayout width
}

    .myForm .card-header {
        font-weight: 600;
        //sets title font bold
    }

    .myForm .form-group label {
        color: steelblue;
        // changes label color
    }

    .myForm .myTextBox input {
        color: steelblue;
        // changes text box' text color and alignment text-align: center;
    }
