﻿body{margin: 0px; font-size: 15px; font-family: Arial, Helvetica, sans-serif; color: black;	background-color: #F0F2F5;}
html{scroll-behavior: smooth; }
*{box-sizing: border-box;}
.fbb{font-weight: 600; font-size: 16px; color: #657579; cursor:pointer}
h1{width:100%; margin: 0px; font-size: 22px; font-weight: 600; color: #3F4F68; text-align:center}
h2{margin: 0px; font-size: 20px; color: #3F4F68;}
::placeholder {color: #666666; opacity: 1;}
:-ms-input-placeholder {color: #666666;}
::-ms-input-placeholder {color: #666666;}
input::placeholder {font-size:15px;}

.hover1 {color: black;}
.hover1:hover {
	border-radius: 3px;
	background-color: #9292B8;
	color: #FFFFFF;
}


.inputstyle{border: none; color: #666666; border-radius: 5px; padding: 10px 5px; background-color: #F0F2F5;}
.inputstyle:focus {outline: none!important;	background-color: #E8EBF0;}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0;}
/* Firefox */
input[type=number] {-moz-appearance: textfield;}

.inputstyle1{border-radius: 3px; border: none; font-size: 15px; color: black; padding: 10px 5px; background-color: #CCCCCC;}
.inputstyle1:focus {outline: none!important; background-color: #E8EBF0;}
.bg{background: linear-gradient(to top right, #e1e2e3 0%, #fafafa 75%); box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2); background-repeat: no-repeat;}
.borders{border: 1px solid #F0F0F0;	box-shadow: 0px 1px 1px 0px #CFD0D3; border-radius: 5px; background-color: white;}
.show900{display:none;}
.buttonB{border-radius: 3px; padding:8px 10px; border-style: none; background-color: #4081EC; color: #FFFFFF; cursor: pointer; outline: none;}
.buttonB:hover{box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}
.buttonR{border-radius: 3px; padding:8px 10px; border-style: none; background-color: #CC3300; color: #FFFFFF;	cursor: pointer; outline: none;}
.buttonR:hover{box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}

@media only screen and (max-width:900px){
	.hide900{display:none;}
	.show900{display:block;}
	body{font-size: 15px;}
}
