/*--------------------------------------------------------------
# Sign Up
--------------------------------------------------------------*/
.info {
	align-content:center;
	display:block;
    padding: 40px;
    border: solid 5px #fff;
    text-align: center;
    border-radius: 10px;
}

.bg-img {
  border:solid white 55px;
  border-radius: 25px;
  
    top: 0;
    bottom: 0;
    min-height: 100vh;
    z-index: 999;
    background: #27af7d;
    opacity: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
}
.logo{
   width:100px;
   height: 100px;
   background-color: #fff;
   border-radius: 50%;
   padding:5px;
   margin:0 auto; 
   border:5px solid #fff;
}

.info h1, h3 {
    font-size: 28px;
    color: #fff;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.info p {
    margin-bottom: 0;
    color: #fff;
    line-height: 28px;
}
.bg-color-13 {
    min-height: 100vh;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 15px;
}


.reg-inner-form {
    color: #cccccc;
    position: relative;
}
.reg-inner-form .form-box {
    float: left;
    width: 100%;
    position: relative;
}

.reg-inner-form .form-group {
    margin-bottom: 10px;
}
.form-box {
    width: 100%;
    text-align: center;
}

.reg-inner-form .form-box input {
    float: left;
    width: 100%;
    padding: 13.5px 40px 13.5px 15px;
}

.reg-inner-form .input-text {
    font-size: 15px;
    outline: none;
    color: #616161;
    border-radius: 3px;
    font-weight: 500;
    border: 1px solid #fff;
    background: #fff;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 6%);
}
.reg-inner-form .form-box i {
    position: absolute;
    top: 16px;
    right: 15px;
    font-size: 19px;
    color: #616161;
}
.reg-inner-form .checkbox {
    margin-bottom: 25px;
    font-size: 14px;
}
.reg-inner-form .form-check {
    float: left;
    margin-bottom: 0;
}
.reg-inner-form input[type=checkbox], input[type=radio] {
    margin-top: 4px;
    margin-right: 3px;
}
.reg-inner-form .form-check-input {
    position: absolute;
    margin-left: 0;
}
.reg-inner-form .form-check-label {
    padding-left: 25px;
    margin-bottom: 0;
    font-size: 15px;
    color: #fff;
}

.reg-inner-form label {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 5px;
}
.reg-inner-form .btn-theme {
    background: #353140;
    border: none;
    color: #fff;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
}

.reg-inner-form .btn-md {
    cursor: pointer;
    height: 50px;
    color: #fff;
    padding: 13px 50px 12px 50px;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Jost', sans-serif;
    border-radius: 3px;
    width:100%;
}
.form-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.form-section .social-list li {
    display: inline-block;
}
.form-section .social-list li a {
    font-size: 13px;
    font-weight: 600;

    line-height: 40px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    background: #fff;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
}

.facebook-color {
    color: #4867aa;
}
.social-list li a i {
    height: 40px;
    width: 40px;
    line-height: 40px;
    float: left;
    color: #fff;
}

.facebook-i {
    background: #4867aa;
    color: #fff;
}
.twitter-i {
    background: #33CCFF;
    color: #fff;
}
.google-color {
    color: #db4437;
}
.google-i {
    background: #db4437;
    color: #fff;
}
.twitter-color {
    color: #33CCFF;
}
@media(max-width:768px){
    .form-section .social-list li a{
        width:auto;
    }
    .form-section .social-list li a span{
        display:none;
    }
}


/*==============*/
.form-section-1 {
	text-align: center;
	padding: 50px;
	background: #27af7d; 
	background-image: url('../../img/bg/bg10.jpeg');
	background-size:cover;
	border-radius: 10px;
	box-shadow: 10px 0px 20px;
}
.form-section-2 {
	text-align: center;
	padding: 50px;
	background: #27af7d; 
	background-image: url('../../img/bg/bg10.jpeg');
	background-size:cover;
	border-radius: 10px;
	box-shadow: 10px 0px 20px;
}


.img-logo{
	align-content:center;
	height: 150px;
	width: 150px;
	border-radius: 50%;
}




h3 {
    font-size: 28px;
    text-transform: uppercase;
    	margin: 50px 0px;
		font-weight: bold;
		color: white;
}
.btn-login{
width:180px;
	margin: 5px;
	padding:10px;
	border: 1px solid black;
	background-color: #157347;
			color: white;
					font-weight: bold;
			border-radius: 5px
}


.btn-signup{	
	display:block;
	text-decoration:underline;
	font-size:20px;
	margin-bottom:10px;
	font-weight: bold;
	color: white;
}
