/* Add here all your css styles (customizations) */
.reg-block-header img{ margin-left:7%; margin-bottom:0px;}
.reg-block-header {
    padding-bottom: 5px;
    margin-bottom: 30px;
    border-bottom: none;
}
.reg-block-header h2 {
    font-size: 12px; margin:10px; color:#949494;
}
.reg-block {
    width: 345px!important;
  	padding: 30px;
    margin: 7% 65% !important;
    background: #fff;

    border-radius: 12px;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
    border-radius: 4px;
	margin-bottom:20px;
}
.reg-block .checkbox {
    color: #555;
    margin-bottom: 20px;
    font-weight: normal;
	font-size:11px;
    text-align: right;

}
.reg-block .checkbox a{	color:#2999e1;}
.btn-block{background: #5cb85c; padding:6px; 
border-radius:5px; width:100%; color:#fff;}
.col-md-offset-1 {
    margin-left: 0%;
    padding: 0px 20px;
}
.copyright_home{ text-align:center; color:#949494; line-height:115%;}
.copyright_home span{color:#2a99e1;}


@media (min-width:768px) and (max-width:968px){.reg-block {
    width: 343px!important;
  padding: 30px;
    margin: 7% 55%!important;
    background: #fff;
   
    border-radius: 12px;
}}
@media (min-width:618px) and (max-width:768px){.reg-block {
    width: 343px!important;
  padding: 30px;
    margin: 7% 45%!important;
    background: #fff;

    border-radius: 12px;
}}
@media (min-width:408px) and (max-width:618px){.reg-block {
    width: 343px!important;
  padding: 30px;
    margin: 7% 15%!important;
    background: #fff;

    border-radius: 12px;
}}
@media (min-width:328px) and (max-width:408px){.reg-block {
    width: 343px!important;
  padding: 10px;
    margin: 7% 5%!important;
    background: #fff;
;
    border-radius: 12px;
}}
@media (max-width:328px){.reg-block {
    width: 270px!important;
  padding: 10px;
    margin: 7% 0%!important;
    background: #fff;
  
    border-radius: 12px;
}
.reg-block-header img {
    margin-left: 7%;
	width:80%;
    margin-bottom: 0px;
}
}
.btn-u.btn-block {
    text-align: center;
}
.btn-u {
    border: 0;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    padding: 6px 13px;
    position: relative;
    background: #5cb85c;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
}
.btn-u:hover {

    background: #45a545;

}