﻿/* SIGN-IN MODAL */
#signInModal .modal-header {
    border-bottom: none;
}

#signInModal .modal-header h5 {
	margin: auto;
	width: 100%;
	font-size: 28px;
	text-align: center;
	font-weight: normal;
	color: #266c9d;
}

#signInModal .btn-close {
    margin-right: 10px;
}

#signInModal .form-floating {
    display: block;
}

#signInModal label {
    font-weight: normal;
}

#signInModal .forgot-password {
    text-align: right;
    margin-top: 10px;
    margin-bottom: 15px;
}

#signInModal .forgot-password a {
	color: #2170c1;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}

#signInModal .btn {
    margin: auto;
    text-align: center;
    font-size: 16px;
    background-color: #2170c1;
    width: 100%;
}

#signInModal .btn:hover {
	background-color: #135fad;
}

#signInModal .create-account {
    margin-top: 20px;
    padding-bottom: 10px;
    text-align: center;
}

#signInModal .create-account a {
	text-decoration: none;
	font-size: 20px;
	color: #d35400;
}


/* POPOVER MODAL */
#popOverModal .modal-header {
    border-bottom: none;
    padding-bottom: 0;
}

#popOverModal .modal-header h5 {
	margin: auto;
	width: 100%;
	font-size: 28px;
	line-height: 1.25em;
	text-align: center;
	font-weight: normal;
	color: #C75300;
}

#popOverModal .btn-close {
    margin-right: 10px;
}

#popOverModal p {
    margin-top: 15px;
}

#popOverModal ul {
    padding-bottom: 15px;
}

#popOverModal .btn {
    margin: auto;
    text-align: center;
    font-size: 16px;
    background-color: #2170c1;
    width: 100%;
}

#popOverModal .btn:hover {
	background-color: #135fad;
}

#popOverModal .registered-member {
    margin-top: 20px;
    padding-bottom: 10px;
    text-align: center;
}

#popOverModal .btn-text {
    background-color: transparent;
    border: none;
    text-decoration: none;
    font-size: 20px;
    color: #C75300;
}

#popOverModal .btn-text:hover {
	background-color: transparent;
	border: none;
	text-decoration: none;
	font-size: 20px;
	color: #d35400;
}	