/* fonts */
@import url('./ionicons.css');

/* pm-container */
.color1,
.color1 a{
    color:#3e90b8;
}
.normal-top{
    padding-bottom:10px;
}
#pm-container {
    margin: 0 0 60px; clear: both;
}

#pm-container .pm-formbutton-signup .pm-button{
    display: inline-block !important;
    height: 60px !important;
    box-sizing: border-box;
    width: 150px;
    float: none;
    border-radius: 12px;
    background: #6fa7c2;
    border: 0 !important;
    outline: none;
    font-size: 24px;
    color: #fff !important;
    margin:5px;
    font-weight: 700;
    line-height:60px;
}
#pm-container .pm-formbutton-signup .pm-button#submit{
    display: inline-block !important;
    height: 60px !important;
    box-sizing: border-box;
    border-radius: 12px;
    background: #3785ac;
    border: 0 !important;
    outline: none;
    font-size: 24px;
    font-weight:700;
    color: #fff !important;
}
/* pm-button */
#pm-container .pm-button:hover,
#pm-container .pm-button.active {
    border: 1px solid RGB(2, 184, 117); color: RGB(2, 184, 117);
    font-weight: 600;
}

#pm-container select.pm-button,
#pm-container input.pm-button[type="text"] {
    position: relative;
    top: 1px;
}

#pm-container input.pm-button[type="text"] {
    margin-right: 5px !important; padding: 0 10px;
}

#pm-container input.pm-button[type="text"]:hover {
    font-weight: 400;
}

/* pm-header */
#pm-container #pm-header {
    width: 100%; margin: 0 0 11px; padding: 24px 16px;
    background: RGB(250, 250, 250);
    line-height: 1.5;
}

#pm-container #pm-header h1 {
    margin: 0 0 5px;
    color: RGB(87, 87, 87);
    font-size: 16px; font-weight: 600; letter-spacing: -0.03em;
}

#pm-container #pm-header h5 {
    color: RGB(179, 179, 179);
    font-size: 11px; font-weight: 600; letter-spacing: -0.03em;
}

/* pm-tab */
#pm-container #pm-tab {
    visibility: hidden;
    width: 100%; margin: -11px 0 11px;
}

#pm-container #pm-tab .pm-button {
    margin-right: 8px; margin-top: 11px;
}

/* pm-message */
#pm-container #pm-message {
    margin: 0 0 11px; padding: 15px;
    background: #3785ac;
    border: #297398;
    color: #fff;
    border-radius: 12px;
}

/* pm-formtable */
#pm-container #pm-formtable {
    position: relative;
    width: 100%;
}

#pm-container #pm-formtable .pm-item {
    height: auto;
    display:flex;
    max-width:900px;
}
.singnup-section{
    border:1px solid #bbbbbb;
    border-radius: 10px;
    background: #fff;
    padding:50px;
    margin-bottom:45px;
}
.singnup-section h2{
    font-size:24px;
    font-weight:700;
    margin-bottom:30px;
}
#pm-container #pm-formtable .pm-item-header,
#pm-container #pm-formtable .pm-item-content {
    height: 44px; padding: 15px 18px; display: inline-block;
  
}

#pm-container #pm-formtable .pm-item-header {
    width: 180px;
    line-height:60px;
    text-align: right;
}
#pm-container #pm-formtable .pm-itemB .pm-item-content,
#pm-container #pm-formtable .pm-itemB .pm-item-header{
    line-height:44px;
    height:auto;
}
#pm-container #pm-formtable .singnup-section-foot .pm-item-header {
    display:none;
}
.singnup-section-foot-in{
    max-width:860px;
    margin:0 auto;
}
#pm-container form #pm-formtable .singnup-section-foot .pm-item-content {
    padding: 10px 10px 10px 28px !important;
    height: auto;
    position: relative;
    width:100%;
    float:none;
}
.pm-item-content-top{
    border-bottom:1px solid #e5e5e5;
    padding-bottom:20px !important;
    margin-bottom:10px;
}
.pm-item-content-bottom{
    padding-left:30px;
}
.pm-item-content-bottom .rx_ev_checkbox label{
    display:flex;
}
.pm-item-content-bottom .rx_ev_checkbox label a{
    margin-left:auto;
    display:inline-block;
    background: #3785ac;
    color:#fff;
    font-weight:400;
    padding:2px 20px;
    border-radius: 5px;
    font-size:15px;
}
#pm-container #pm-formtable .pm-item-content {
    float: right;
    width: calc(100% - 230px);
    box-sizing: border-box;
}

#pm-container #pm-formtable .pm-item-header em {
    position: relative; top: 2px;
    color: RGB(255, 0, 0);
}

#pm-container #pm-formtable .pm-item-header-slided {
    width: 192px; margin: 0 0 0 88px;
}

#pm-container #pm-formtable .pm-item-image {
    position: absolute; top: 0; left: 0; display: inline-block;
    width: 88px; height: 88px; padding: 10px;
    border: 1px solid RGB(229, 229, 229); border-width: 0 1px 1px 0; background: RGB(253, 253, 253);
}

#pm-container #pm-formtable .pm-item-image img {
    width: 100%; height: 100%;
    border-radius: 5px;
}

/* pm-formbutton */
#pm-container #pm-formbutton {
    margin: 11px 0; clear: both;
    text-align: left;
}

#pm-container #pm-formbutton.pm-formbutton-right {
    margin: 11px 0; margin-right: -5px; clear: both;
    text-align:center;
}

/* pm-simpleform */
.control-group-flex{display:flex;align-items: center;}
.control-group-flex span{
    white-space: nowrap;
    width: 140px;
    text-align: right;
    padding-right:20px;
    margin-bottom:7px;
    position: absolute;
    left:-150px;
}
#pm-container #pm-simpleform {
    max-width: 540px; height: auto; padding: 10px 15px 18px;
    position: relative;
}
.input-append{
    display: flex;
    justify-content: space-between;
}
#pm-container #pm-simpleform > p {
    margin: 7px 5px 15px;
    font-size: 12px;
}

#pm-container #pm-simpleform form input,
#pm-container #pm-simpleform form button {
    display: inline-block;
    height: 32px;
    background: RGB(255, 255, 255); border: 1px solid #b4b4b4; outline: none;
    border-radius: 10px;
}

#pm-container #pm-simpleform form input {
    float: left;
    width: calc(100% - 22px); margin: 0 10px 7px 0; padding: 13px 10px;
}
#pm-container #pm-simpleform form input::placeholder{
    color:#999;
    font-size:14px;
}
.b-t-l,
.login-footer,
.wrap-login{
    text-align: center;
}
.wrap-login .control-group{
    padding-bottom: 15px;
    padding-top: 10px;
}
.wrap-login  .wrap_keepid_opt{
    display:inline-block;
    position: relative;
    padding-left:28px;
    color:#777 !important;
}
.wrap-login  .wrap_keepid_opt input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark{
    position: absolute;
    top: 12px;
    left: 0;
    height: 19px;
    width: 19px;
    display: inline-block;
    background:url(/modules/board/skins/sponsorship/img/check.png)no-repeat;
    background-size: 19px;
}
.wrap_keepid_opt .checkmark{top:2px;}
#pm-container form #pm-formtable .singnup-section-foot .pm-item-content input:checked ~ .checkmark {
    background-position: 50% bottom;
}
#pm-container form #pm-formtable .singnup-section-foot .pm-item-content input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.wrap-login  .wrap_keepid_opt input:checked ~ .checkmark {
    background-position: 50% bottom;
}
.content #pm-container .pm-login .login-footer a{
    font-size:15px;
    color:#777777 !important;
}
#pm-container #pm-simpleform form button {
    background: #3785ac !important;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    border:0 !important;
    border-radius: 12px;
    line-height: 30px;
    padding: 16px 0 14px !important;
    margin:0 !important;
    width: 220px !important;
    text-align: center;
    height: 60px !important;
    box-sizing: border-box;
}

#pm-container #pm-simpleform form button i {
    font-size: 20px; font-weight: 900;position: relative;top:-3px;
}

/* pm-formtable - real form */
#pm-container form #pm-formtable .pm-item-content {
    padding:15px 10px;
    height:90px;
}

#pm-container form #pm-formtable .pm-item-content input,
#pm-container form #pm-formtable .pm-item-content select {
    display: inline-block;
    padding: 5px 2px 3px;
    background: none; border: 1px solid RGB(221, 221, 221); border-width: 0 0 1px; outline: none;
}

#pm-container form #pm-formtable .pm-item-content input[type="file"] {
    border: 0;
}

#pm-container form #pm-formtable .pm-item-content input,
#pm-container form #pm-formtable .pm-item-content select,
#pm-container form #pm-formtable .pm-item-content .help-inline,
#pm-container form #pm-formtable .pm-item-content .help-block {
    display: inline-block !important;
    margin: 0 7px !important;
}

#pm-container form #pm-formtable .pm-item-type-email input,
#pm-container form #pm-formtable .pm-item-type-date input[type="text"],
#pm-container form #pm-formtable .pm-item-type-url input,
#pm-container form #pm-formtable .pm-item-type-text input {
    width: 180px;
}
#pm-container form #pm-formtable .pm-item-type-text input{
    width:100%;
    box-sizing: border-box;
    border:1px solid #aaaaaa;
    border-radius: 12px;
    height:60px;
    padding:0 15px;
}
#pm-container form #pm-formtable .pm-item-content input.verifySMS_input_number,
#pm-container form #pm-formtable .pm-item-content input.phone_number{
    width: calc(100% - 130px);
    box-sizing: border-box;
    border:1px solid #aaaaaa;
    border-radius: 12px;
    height:60px;
    padding:0 15px;
}
button.btn.verifySMS_input_button {
    display: inline-block !important;
    height: 60px !important;
    box-sizing: border-box;
    width: 110px;
    float: right;
    border-radius: 12px;
    background: #6fa7c2;
    border: 0 !important;
    outline: none;
    font-size: 15px;
    padding:0 !important;
    color: #fff !important;
    text-shadow: 0 0px 0px rgba(255,255,255,0);
}
#pm-container form #pm-formtable .pm-item-content.pm-item-type-phone{height:auto;margin-bottom:30px;}
.verifySMS_input_area{margin-top:10px;}
#pm-container form #pm-formtable .pm-item-content input::placeholder{
    color:#777;
    font-size:13px;
}
button.btn.verifySMS{
    display: inline-block !important;
    height: 60px !important;
    box-sizing: border-box;
    width: 110px;
    float: right;
    border-radius: 12px;
    background: #6fa7c2;
    border:0 !important;
    outline: none;
    font-size:15px;
    color:#fff !important;
    text-shadow: 0 0px 0px rgba(255,255,255,0);
}
#pm-container form #pm-formtable .pm-item-type-select input[type="text"],
#pm-container form #pm-formtable .pm-item-type-select select {
    width: 180px;
}
#pm-container form #pm-formtable .pm-item-type-select select{
    border: 1px solid #b4b4b4;
    height: 60px;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 15px;
    border-radius: 12px;
    background: url(/img/arrow.png) no-repeat calc(100% - 15px) 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}
#pm-container form #pm-formtable .pm-item-type-tel input {
    width: 50px;
}

#pm-container form #pm-formtable .pm-item-editor {
    position: relative;
    height: auto; overflow: hidden;
}

#pm-container form #pm-formtable .pm-item-type-editor {
    height: auto;
}

#pm-container form #pm-formtable .pm-item-editor .pm-item-header {
    position: absolute;
    height: 100%;
}

/* pm-formtable - kr_zip */
#pm-container form #pm-formtable .pm-item-type-kr_zip,
#pm-container form #pm-formtable .pm-item-htype-kr_zip {
    height: 125px;
}

#pm-container form #pm-formtable .pm-item-type-kr_zip .krZip {
    padding-left: 1px;
}

#pm-container form #pm-formtable .pm-item-type-kr_zip .krZip input {
    margin-left: 0 !important; padding-bottom: 6px !important;
}

#pm-container form #pm-formtable .pm-item-type-kr_zip .krZip label {
    display: inline-block;
    position: relative; top: 1px; left: 4px;
    margin-right: 0; padding-bottom: 3px;
    border-bottom: 1px solid RGB(221, 221, 221);
}

#pm-container form #pm-formtable .pm-item-type-kr_zip .krZip .krzip-postcode-wrap {
    margin-bottom: 20px;
}

#pm-container form #pm-formtable .pm-item-type-kr_zip .krZip input[type="button"] {
    top: -1px !important;
}

#pm-container form #pm-formtable .pm-item-type-kr_zip .krZip .krzip-address-wrap {
    margin-bottom: 5px;
}

#pm-container form #pm-formtable .pm-item-type-kr_zip .krZip .krzip-guide {
    display: none !important;
}

/* pm-formtable - image upload */
#pm-container #pm-formtable .pm-item-image {
    position: absolute; top: 0; left: 0;
    padding: 10px;
    border: 1px solid RGB(229, 229, 229); border-width: 0 1px 1px 0;
}

#pm-container #pm-formtable .pm-item-image i {
    position: absolute; z-index: 200;
    display: inline-block;
    width: 67px; height: 67px; padding: 0 0 0 5px;
    background: RGBA(0, 0, 0, 0.3); color: RGBA(255, 255, 255, 0.7); opacity: 0;
    border-radius: 5px;
    font-size: 21px; line-height: 72px; text-align: center; vertical-align: middle;
}

#pm-container #pm-formtable .pm-item-image i:hover {
    opacity: 1;
    cursor: pointer;
}

#pm-container #pm-formtable #pm-profile {
    position: absolute; z-index: 100;
    width: 67px; height: 67px;
    border-radius: 5px;
}

#pm-container #pm-formtable #pm-item-upload img,
#pm-container #pm-formtable #pm-item-upload input,
#pm-container #pm-formtable #pm-item-upload .help-block {
    display: none;
}

#pm-container #pm-formtable #pm-item-upload button {
    position: absolute; top: 5px; left: 61px; z-index: 300;
    width: 23px; height: 23px;
    background: RGB(255, 51, 71); border: 2px solid RGB(255, 255, 255); color: RGB(255, 255, 255);
    border-radius: 100%; outline: none; cursor: pointer;
    font-size: 0;
}

#pm-container #pm-formtable #pm-item-upload button:before {
    position: relative; top: -1px; left: 0px;
    font-size: 13px; font-weight: 700;
    content: '×';
}

/* pm-formtable - radiobox */
#pm-container #pm-formtable .pm-item-radio label {
    position: relative; top: 4px;
    margin: 0 15px 0 0;
}

#pm-container #pm-formtable .pm-item-radio input {
    position: relative; top: 2px;
    margin: 0 5px;
}

/* pm-board */
#pm-container #pm-board {
    width: 100%;
    border: 1px solid RGB(229, 229, 229); border-width: 1px 1px 0; border-spacing: 0;
    font-size: 12px; line-height: 1.4; letter-spacing: -0.03em;
}

#pm-container #pm-board tr {
    height: 44px;
    border-bottom: 1px solid RGB(241, 241, 241); background: RGB(255, 255, 255);
}

#pm-container #pm-board thead th {
    padding: 0 8px;
    border-bottom: 1px solid RGB(229, 229, 229); background: RGB(250, 250, 255);
    font-weight: 600; line-height: 44px; vertical-align: middle;
}

#pm-container #pm-board thead th:not(.title) {
    width: 85px;
    text-align: center;
}

#pm-container #pm-board thead th.title {
    text-align: center;
}

#pm-container #pm-board tbody td:not(.title) {
    text-align: center;
}

#pm-container #pm-board tbody td {
    padding: 0 8px;
    color: RGB(85, 85, 85); border-bottom: 1px solid RGB(241, 241, 241);
    line-height: 44px;
}

#pm-container #pm-board td a {
    color: RGB(85, 85, 85);
    text-decoration: none;
}

#pm-container #pm-board .savedContent,
#pm-container #pm-board .xe_content {
    margin-bottom: 10px;
    color: RGB(90, 90, 90) !important;
    line-height: 1.7;
}

/* pm-board-for-autologin */
#pm-container #pm-board.pm-board-for-autologin tbody tr {
    height: 88px;
}

/* pm-board-pagination */
#pm-container #pm-board-pagination {
    max-width: 80%; margin: 24px auto;
    text-align: center;
}

#pm-container #pm-board-pagination ul li {
    display: inline-block;
    min-width: 36px; height: 36px; padding: 0 4px;
    line-height: 36px;
}

#pm-container #pm-board-pagination ul li a {
    color: RGB(153, 153, 153);
    font-size: 12px; font-weight: 700; text-decoration: none;
}

#pm-container #pm-board-pagination ul li.active {
    background: RGB(234, 234, 234); color: RGB(40, 40, 40);
    border-radius: 32px;
}

#pm-container #pm-board-pagination ul li.active a {
    color: RGB(40, 40, 40);
    font-size: 13px;
}

/* pm-board-button-group-top */
#pm-container #pm-board-button-group-top {
    float: right; margin-top: -41px; margin-bottom: -30px; margin-right: -5px;
}

/* pm-board-button-group-bottom */
#pm-container #pm-board-button-group-bottom {
    float: right;
    margin-top: 12px; margin-right: -5px;
}

/* pm-agreement */
#pm-container .pm-agreement {

}
.pm-confirm label{
    position:relative;
    padding:13px;
    padding-left:28px;
}
.pm-confirm label input {
    position: absolute !important;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.pm-confirm label input:checked ~ .checkmark {
    background-position: 50% bottom;
}
#pm-container .pm-agreement .pm-title {
    padding: 0 0 0 5px;
    font-size: 12px; 
    color:red;
}
#pm-container .pm-agreement .pm-title h2{
    color: #393939;
    font-weight: 600;
}
#pm-container .pm-agreement .pm-text {
    height: 150px; margin: 10px 0 20px; padding: 10px 15px; overflow-y: scroll;
    background: RGB(255, 255, 255);     
    border: 1px solid #aaaaaa;
    border-radius: 12px 0 0 12px;
    font-size: 12px; line-height: 1.8;
}

#pm-container .pm-agreement .pm-confirm input {
    position: relative; top: 2px; left: 2px;
    margin-right: 7px;
}

/* pm-login */
#pm-container .pm-login {
	padding: 20px 15px 50px !important; margin: 20px auto 0 !important;
}

#pm-container .pm-login form {
	margin: 0 auto !important;
}

#pm-container .pm-login form button {
	width: 100% !important;
}

#pm-container .pm-login form input:focus,
#pm-container .pm-login form button:hover {
	border: 1px solid RGB(2, 184, 117) !important;
}

#pm-container .pm-login form input:not([type="checkbox"]) {
	height: 52px !important; margin-bottom: 7px !important; padding: 3px 10px !important;
}

#pm-container .pm-login form button {
	height: 45px !important; padding: 7px 12px !important;
	border: 1px solid RGB(204, 204, 204) !important;
}

#pm-container .pm-login form button i {
	font-size: 24px !important;
}

#pm-container .pm-login .login-footer {
	margin-top: 20px !important;
	text-align: center !important; 
}

#pm-container .pm-login .login-footer a {
	margin: 0 10px !important;
	color: RGB(85, 85, 85) !important;
	text-decoration: none !important;
}

/* pm-finder */
#pm-container .pm-finder {
    width: 500px !important; margin-bottom: 15px !important; padding: 28px 32px 0px 28px !important;
}

#pm-container .pm-finder p {
    margin: 7px 0 10px !important;
    font-size: 12px !important;
}

#pm-container .pm-finder form {
    margin-top: 20px !important;
}

#pm-container .pm-finder form input {
    width: calc(100% - 38px) !important; height: 32px !important; margin-bottom: 7px !important;
}

#pm-container .pm-finder form button {
    position: relative; top: -39px; left:4px; float: right;
    height: 32px !important; padding: 1px 12px 5px !important;
}

#pm-container .pm-finder #pm-message {
    margin-top: 20px;
}

#pm-container .pm-finder h1 {
    font-weight: 600;
}

/* pm-dropdown */
#pm-container .pm-dropdown {
    position: absolute; z-index: 999;
    display: none; min-width: 160px; max-height: 650px; overflow-y: auto;
    border: 1px solid #e5e5e5; background-color: RGBA(255, 255, 255, 0.98); opacity: 0;
    will-change: width, height; list-style: none;
}

#pm-container #ddw1.pm-dropdown {
    margin-top: 11px;
}

#pm-container .pm-dropdown li {
    clear: both; min-height: 36px; width: 100%; 
    color: RGBA(0, 0, 0, 0.87);
    text-align: left; text-transform: none;
    cursor: pointer;
}

#pm-container .pm-dropdown li:hover,
#pm-container .pm-dropdown li.active,
#pm-container .pm-dropdown li.selected,
#pm-container .pm-dropdown li.active.selected {
    background-color: #f7f7f7;
}

#pm-container .pm-dropdown li.divider {
    min-height: 0; height: 1px;
}

#pm-container .pm-dropdown li > a,
#pm-container .pm-dropdown li > span,
#pm-container .pm-dropdown li > label {
    display: block; padding: 0 16px;
    color: #777;
    font-size: 12px !important; font-weight: normal !important; text-decoration: none; line-height: 36px !important;
}

#pm-container .pm-dropdown li > label:before {
    display: none !important;
}

#pm-container .pm-dropdown-button i { 
    margin-left: 5px;
}

#pm-container .pm-hidden {
    display: none;
}
div.bs_member_menu{
    box-sizing: border-box;
}
div.bs_member_menu *{
    box-sizing: border-box;
}
div.bs_header{
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
    position: relative;
}
div.bs_header_member_info{
    padding: 0 20px;
}
div.bs_header_member_info span{
    font-weight: 700;
    font-size: 25px;
}
span.bs_nick_name{
    color:#3784B4;
}
div.bs_header_write_document{
    position: absolute;
    right: 0;
    top: 20px;
}
div.bs_header_write_document a{
    font-size: 18px;
    color: #fff;
    background: #1F82B2;
    padding: 10px 20px;
    border-radius: 20px;
}

div.bs_body{
    padding: 20px;
}
div.bs_gody_title{
    font-weight: 700;
    font-size: 25px;
}
div.bs_document_list{
    padding: 15px;
}
div.bs_document_top{
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
}
table.bs_document_list{
    margin-top: 15px;
    width: 100%;
    border: 1px solid #ddd;
    /* border-left: 1px solid #ddd; */
    border-radius: 15px;
    overflow: hidden;
}
table.bs_document_list th{
    padding: 15px 0;
    font-size: 18px;
    font-weight: 500;
    background: #6FA7C2;
    color: #fff;
    border-right: 1px solid #bdbdbd;
}
table.bs_document_list td{
    padding: 15px 10px !important;
    font-weight: 400;
    border-right: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    text-align: center;
}
td.fix_width{
    width: 20%;
    white-space: nowrap;
}
table.bs_document_list thead tr th:last-child{
    border-right:0;
}
table.bs_document_list tbody tr td:last-child{
    border-right:0;
}
table.bs_document_list tbody tr:last-child td{
    border-bottom:0;
}
table.bs_document_list td a{
    color: #222;
    text-decoration: none;
}
table.bs_document_list td button{
    color: #fff;
    padding: 8px 16px;
    font-size: 16px;
    border-radius: 15px;
    cursor: pointer;
}
div.bs_footer{
    margin: 50px 0;
    padding: 20px
}
div.bs_footer_top{
    font-weight: 700;
    font-size: 25px;
}
ul.bs_gooter_menu{
    padding: 10px 15px;
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
}
ul.bs_gooter_menu li{
    margin-bottom: 15px;
}
ul.bs_gooter_menu li a{
    color: #222;
    text-decoration: none;
}
.pm-finderB{
    max-width:600px;
    margin:0 auto;
}
.pm-finderB:after{
    content:"";
    display:block;
    clear:both;
}
.find_div{display:flex;}
#pm-container #pm-simpleform form .find_div button{
    top:0;
    width:100px !important;
    left:0;
    margin-left:10px !important;
}
#pm-container .pm-finderB{
    width:auto !important;
}
.wrap-bs_gooter_menu{
    display: flex;
    justify-content: space-between;
}
.wrap-bs_gooter_menu .btn__{
    background: #3785ac !important;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 12px;
    line-height: 30px !important;
    padding: 10px 30px 10px !important;
    text-align: center;
    height: 50px !important;
    box-sizing: border-box;
}
@media (max-width: 520px) {
#pm-container #pm-simpleform {
    width:100%;
    box-sizing: border-box;
}
#pm-container #pm-simpleform .control-group-flex{
    padding-left:90px;
}
.control-group-flex span{
    width:100px;
    left:-10px;
}
.singnup-section{
    padding:15px;
}
.singnup-section h2{
    padding-top:10px;
    font-size:22px;
}
#pm-container #pm-formtable .pm-item{
    flex-direction: column;  
}
#pm-container #pm-formtable .pm-item-content,
#pm-container #pm-formtable .pm-item-header{
    width:100%;
    box-sizing: border-box;
    text-align: left;
    padding:0 !important;
}
#pm-container #pm-formtable .pm-item-header{
    line-height:30px;
}
#pm-container form #pm-formtable .pm-item-type-text input{margin:0 !important;}
.wrap-bs_gooter_menu{
    flex-wrap: wrap;
}
.wrap-bs_gooter_menu ul{
    width:100%;
}
.input-append{
    flex-wrap: wrap;
}
.pm-item-content-bottom .rx_ev_checkbox label{
    flex-wrap: wrap;
    font-size:12px;
}
.pm-item-content-bottom .rx_ev_checkbox label a{
    padding:2px 5px;
    font-size:12px;
}
.pm-item-content-bottom {
    padding-left: 10px;
}
}
@media (max-width: 350px) {
#pm-container .pm-formbutton-signup .pm-button#submit,
#pm-container .pm-formbutton-signup .pm-button{
    width:100%;
    margin:5px 0;
}
.pm-item-content-bottom {
    padding-left: 0px;
}
.singnup-section h2{
    font-size:18px;
}
}