body {
    margin: 10px;
    background: #005AA7;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #FFFDE4, #005AA7);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #FFFDE4, #005AA7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.form-container {
    height: 200px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: rgba(205, 205, 205, 0.3);
    border-radius: 15px;
    box-shadow: 0 0 10px 10px rgba(0,0,0, 0.5);
}

.form-container-visit {
    height: 500px;
    width: 100%;
    /* display: flex;
    flex-direction: column;
    justify-content: center; */
    background-color: rgba(205, 205, 205, 0.3);
    border-radius: 15px;
    box-shadow: 0 0 10px 10px rgba(0,0,0, 0.5);
    padding-top: 10px;
}

.stu-info {
    margin-top: 20px;
    height: 300px;
}


.card-header{
    height: 50px;
    font-size: 1.2rem;
    background: gray;
    border-radius: 10px 10px 0 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid black 1px;
    border-bottom: black solid 2px;
}

.card-body{
    width: 100%;
    /* height: 200px; */
    background: rgba(138, 138, 138, 0.4);
    border-radius: 0 0 10px 10px;
    font-size: 2.0rem;
    padding-top: 25px;
    margin-bottom: 30px;
    border: solid black 1px;
    /* margin-left: auto; */
}

.card img {
    float: left;
    width: 200px;
    border-radius: 20px;
    border: solid black 2px;
    margin: 25px;
}

.btn-cus {
    width: 95%;
    height: 45px;
    color: #005AA7;
    background: #FFFDE4;
    border: #005AA7 2px solid;
    border-radius: 10px;
    font-size: 1.5em;
    margin: auto;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-cus-alt {
    width: 95%;
    height: 45px;
    color: #FFFDE4;
    background: #005AA7;
    border: #FFFDE4 2px solid;
    border-radius: 10px;
    font-size: 1.5em;
    margin: auto;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-cus:hover {
    width: 95%;
    height: 45px;
    color: #FFFDE4;
    background: #005AA7;
    border: #FFFDE4 2px solid;
    border-radius: 10px;
    font-size: 1.5em;
    margin: auto;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-cus-alt:hover {
    width: 95%;
    height: 45px;
    color: #005AA7;
    background: #FFFDE4;
    border: #005AA7 2px solid;
    border-radius: 10px;
    font-size: 1.5em;
    margin: auto;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-cus-main {
    width: 100%;
    height: 120px;
    color: #005AA7;
    background: #FFFDE4;
    border: #005AA7 solid 3px;
    border-radius: 15px;
    font-size: 35px;
    margin: auto;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 5px 5px rgba(0,0,0, 0.4);
}

.btn-cus-main:hover {
    width: 100%;
    height: 120px;
    color: #FFFDE4;
    background: #005AA7;
    border: #FFFDE4 solid 3px;
    border-radius: 15px;
    font-size: 35px;
    margin: auto;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: .8;
    text-decoration: none;
    box-shadow: 0 0 5px 5px rgba(0,0,0, 0.3);
}

.btn-cus-main-alt {
    width: 100%;
    height: 120px;
    color: #FFFDE4;
    background: #005AA7;
    border: #FFFDE4 solid 3px;
    border-radius: 15px;
    font-size: 35px;
    margin: auto;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 5px 5px rgba(0,0,0, 0.4);
}

.btn-cus-main-alt:hover {
    width: 100%;
    height: 120px;
    color: #005AA7;
    background: #FFFDE4;
    border: #005AA7 solid 3px;
    border-radius: 15px;
    font-size: 35px;
    margin: auto;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: .7;
    text-decoration: none;
    box-shadow: 0 0 5px 5px rgba(0,0,0, 0.3);
}

.text-margin {
    margin-bottom: 25px;
    font-weight: 400;
}

.mt-5 {
    margin-top: 10px;
}