.become-a-coach-panel h1 {
    font-family: "ProximaNova", sans-serif;
    font-size: 21pt;
    color:  #eb5105;
    margin-bottom: 45px;
}

.become-a-coach-panel p {
    font-family: "ProximaNova", sans-serif;
    font-size: 10.5pt;
    margin-bottom: 25px;
}

.become-a-coach-panel input {
    font-family: "ProximaNova", sans-serif;
    width: 100%;
    border: none;
    border-bottom: solid black 1px;
    margin-bottom: 60px;
    font-size: 11pt;
    line-height: 45px;
}

.become-a-coach-panel input:focus {
    outline: none !important;
}

.become-a-coach-panel button {
    font-family: "ProximaNova", sans-serif;
    font-size: 15pt;
    color: white;
    background-color: #e55c30;
    height: 54px;
    text-align: center;
    width: 176px;
    border-radius: 27px;
    margin-bottom: 20px;
}

.become-a-coach-panel {
    z-index: 101;
    height: 493px;
    width: 100%;
    background-color: white;
    color: black;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 36px 30px;
    padding-top: 19px;
    text-align: center;
}

.ask-coach-line {
    display: none;
}

.become-a-coach-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 100; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    width: 80%;
    max-width: 770px;
    border-radius: 0;
    margin-bottom: 100px;
}

.panel-content {
    padding: 0 65px;
}

.become-a-coach-modal-x {
    width: 17px;
    float: right;
    position: absolute;
    right: -14px;
    top: -20px;
}

@media (max-width: 790px) {
    .panel-content {
        padding: 0;
    }
}

