
/* common s*/
body, html {
	background-repeat: no-repeat;
	background-image: linear-gradient(to right, #485563, #29323c);
	min-height: 100%;
}

footer {
	color: white;
}
/* common e*/

/* home page s */
.fs-form-user-info {
	border: 1px solid silver;
	border-width: thin;
	border-radius: 10px;
	padding: 20px;
	background:white;
}

.fs-title {
	color: white;
}

.fs-logo-img {
	border-radius: 25px;
}

#fs-register-form {
	display: none;
	transition: all 10s linear;
}

#fs-login-form {
	display: block;
	transition: all 10s linear;
}
/* home page e */

/* main */
.header_table {
    width: 100%;
    padding-bottom: 50px;
    margin-top: 15px;
}


select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0 10px;
    line-height: 18px;
    color: #495057;
    vertical-align: middle;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem !important;
    -webkit-appearance: menulist !important;
    -moz-appearance: menulist !important;
    background: none !important;
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef  !important;
}

select.day,
select.month,
select.year {
    width: 137px !important;
}

input#full_name {
    border-radius: .25rem !important;
} 