.text-shadow {
    text-shadow: 2px 2px 4px #000000;
    align-items: center;
    display: flex;
}

.login_form {
	background-color: #ffffff;
    -webkit-box-shadow: 0 0 0 0 rgba(90, 113, 208, 0.11), 0 4px 16px 0 rgba(167, 175, 183, 0.33);
    box-shadow: 0px 0px 10px 0px #000000;
    padding: 30px;
}

.profile_header
{
	line-height: 1;
    background-color: #4d4d4d;
    padding: 10px;
}

.profile_body
{
	line-height: 1;
    background-color: #ffffff;
    padding: 20px;
    border:1px solid #4d4d4d;
}

.profile_subbody
{
    padding: 10px 0px 0px 0px;
    border: 1px solid #4d4d4d;
    margin-bottom: 2%;
    line-height: 1.5;
}

.photo_size
{
    height: 300px;
    object-fit: cover;
    border: 1px solid black;
    box-shadow: 3px 3px 10px 0px #888888;
}

.login_banner
{
    background-image: url(../images/background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height:800px;
}

/*e-Sign*/
#sig-canvas {
  border: 2px dotted #CCCCCC;
  border-radius: 15px;
  cursor: crosshair;
}

.form-control
{
    border-bottom: 2px solid #4d4d4d !important;
}