@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');

/* CSS Document */
.login_form {
    width: 500px;
    border: 0 solid #ccc;
    padding: 40px 40px;
    margin: 0 auto;
    margin-top: 130px;
	background: #fff;
	border: 1px solid #cbcbcb;
    border-radius: 5px;
    box-shadow: 5px 6px 4px 3px #5a5a5a6b;
}

.register_form {
    width: 500px;
    border: 0 solid #ccc;
    padding: 30px 40px;
    margin: 0 auto;
    margin-top: 100px;
	background: #fff;
	border: 1px solid #cbcbcb;
    border-radius: 5px;
    box-shadow: 5px 6px 4px 3px #5a5a5a6b;
}
.title_heading_1 {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 35px;
    color: #fff;
}
.label_heading {
	width: 100%;
	font-size: 16px;
	color: #fff;
	margin-bottom: 7px;
	font-weight: 400;
}
.box_style {
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 2px;
    margin-bottom: 30px;
}
.user_box_style {
	width: 100%;
	border: none;
	border-bottom: 1px solid #fff;
	padding: 10px;
	border-radius: 2px;
	margin-bottom: 30px;
	background: transparent;
	background-image: url(../images/user.png);
	background-repeat: no-repeat;
	background-position: -1px 7px;
	padding-left: 35px;
	color: #fff;
	outline: none;
}
input.user_box_style::-webkit-input-placeholder {
  color: #fff;
}
.user_pass_box_style {
	width: 100%;
	border: none;
	border-bottom: 1px solid #fff;
	padding: 10px;
	border-radius: 2px;
	margin-bottom: 30px;
	background: transparent;
	background-image: url(../images/pass.png);
	background-repeat: no-repeat;
	background-position: -1px 7px;
	padding-left: 35px;
	color: #fff;
	outline: none;
}
input.user_pass_box_style::-webkit-input-placeholder {
  color: #fff;
}
.url_box_style {
	width: 100%;
	border: none;
	border-bottom: 1px solid #fff;
	padding: 10px;
	border-radius: 2px;
	margin-bottom: 30px;
	background: transparent;
	background-image: url(../images/url.png);
	background-repeat: no-repeat;
	background-position: -1px 7px;
	padding-left: 35px;
	color: #fff;
	outline: none;
}
input.url_box_style::-webkit-input-placeholder {
  color: #fff;
}
.text_box_style {
	width: 100%;
	border: none;
	border-bottom: 1px solid #fff;
	padding: 10px;
	border-radius: 2px;
	margin-bottom: 30px;
	background: transparent;
	background-image: url(../images/write.png);
	background-repeat: no-repeat;
	background-position: -1px 7px;
	padding-left: 35px;
	color: #fff;
	outline: none;
}
input.text_box_style::-webkit-input-placeholder {
  color: #fff;
}
.submit_btn {
    padding: 12px 52px;
    margin: 0 auto;
    border: 1px solid #fff;
    background: #fff;
    color: #167d86;
    border-radius: 2px;
	width:100%;
}
.submit_btn:hover{
	background: #005d5e;
	color:#fff;
	border: 1px solid #fff;
}
.drop_down_box {
    width: 100%;
    padding: 11px 10px;
    margin-bottom: 30px;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 2px;
}
.drop_down_box option {
    color: #111;
}
.link_account {
    text-align: right;
}
.link_account a {
    color: #b5e0e6;
    margin-top: 15px;
    display: inline-block;
}
.link_account a:hover{
	text-decoration:none;
	color:#fff;	
}
.messege-alert {
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-bottom: 15px;
}

.record_box {
    width: 800px;
    border: 1px solid #ddd;
    padding: 25px;
    margin: 0 auto;
    margin-top: 110px;
    min-height: 380px;
    -webkit-box-shadow: 0px 2px 4px 2px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 2px 4px 2px rgba(0,0,0,0.4);
    box-shadow: 0px 2px 4px 2px rgba(0,0,0,0.4);
}
.record_table tr td {
    text-align: center;
	padding: 5px;
	font-family: 'Libre Franklin', sans-serif;
	font-size: 12px;
    color: #777;
}
.record_table tr th {
    text-align: center;
	padding: 5px;
	font-family: 'Libre Franklin', sans-serif;
}
.record_login_btn {
    font-size: 10px;
    border: none;
    background: #0ba8b9;
    color: #fff;
    padding: 3px 10px;
    border-radius: 26px;
	outline:none;
}
.record_login_btn:hover{background: #d87513;}
.next_prev_btn {
    padding: 6px 30px;
    background: #efefef;
    color: #777;
    font-weight: 400;
    border: 1px solid #ccc;
    margin-right: 10px;
}
.next_prev_btn:hover {
	background: #504e4d;
    color: #fff;
	border: 1px solid #111;
}
.paginate_box {
    margin-top: 30px;
}
.paginate_number {
    font-weight: 600;
}

a.login_link {
    text-decoration: none;
    font-weight: 600;
    color: #32ad14;
}


/* setup-step */
.right-process {
    background: #2c3f4c;
    color: #fff;
}
.col-md-12.border{
	border:none !important;
}

