﻿@charset "utf-8";
/* CSS Document */
#playground-container {
    height: 500px;
    overflow: hidden !important;
}

.main {
    margin-top: 150px;
    /*-webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.24);
-moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.24);
box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.24);*/
    padding: 0px;
}

.fb:focus, .fb:hover {
    color: FFF !important;
}

body {
    background-color: #9fd6d3;
    font-family: 'Open Sans', sans-serif;
	background-image:url(../Images/background-image.jpg);
	background-repeat: no-repeat;
	background-position: top center;

}

.left-side {
    padding: 0px 0px 100px;
    background: #92cec8;
	background-image: url(../Images/left-image.png);
	background-position: top center;
    background-size: cover;
    padding: 0px 10px 20px 26px;
	border-radius: 20px 0px 0px 20px;
	min-height: 489px;
}

.left-side h1 {
    font-size: 53px;
    font-weight: 900;
    color: #FFF;
}

.left-side p {

    font-weight: 600;
    color: #FFF;
    padding: 10px 0px 79px 0px;
    font-size: 17px;
    text-align: center;

}
#lblMsg {
    min-height:37px;
}

.logo {
    margin-bottom: 15px;
    padding: 100px 20px 00px 20px;
}

.box-shadows {
    /*-webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.24);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.24);
    box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.24);*/
    width: 100%;
    display: inline-block;
}
.text-xs-center {
    display: block;
    margin: 0 auto;
    width: 128px;
}
.effect5
{
  position: relative;
}
.effect5:before, .effect5:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 25px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  box-shadow: 0 35px 20px #34383980;
  transform: rotate(-8deg);
}
.effect5:after
{
  transform: rotate(8deg);
  right: 10px;
  left: auto;
}

.fb {
    background: #2d6bb7;
    color: #FFF;
    padding: 10px 15px;
    border-radius: 18px;
    font-size: 12px;
    font-weight: 600;
    margin-right: 15px;
    margin-left: 26px;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.24);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.24);
    box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.24);
}

.tw {
    background: #20c1ed;
    color: #FFF;
    padding: 10px 15px;
    border-radius: 18px;
    font-size: 12px;
    font-weight: 600;
    margin-right: 15px;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.24);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.24);
    box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.24);
}

.right-side {
    padding: 30px 0px 100px;
    background: #FFF;
    background-size: cover;
    min-height: 488px;
	border-radius: 0px 20px 20px 0px;
}
.right-side .logo{
padding: 0px;
}

.right-side h1 {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    padding: 50px 30px 00px 30px;
}
.right-side p {
    font-weight: 600;
    color: #00a59c;
    padding: 5px 15px 5px 15px;
    text-align: center;
}

.form {
    padding: 10px 30px 10px 30px;
}

.form-control {
    box-shadow: none !important;
    border-radius: 0px !important;
    border-bottom: 1px solid #264072 !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}

.btn-deep-purple {
    background: #00a59c;
    border-radius: 18px;
    padding: 5px 35px;
    color: #FFF !important;
    font-weight: 600;
    float: right;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.24);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.24);
    box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.24);
    outline: none !important;
    font-size: 17px;
}

.spinnerContainer {
    position: fixed;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    /*background:rgba(255,255,255,0.5);*/
    background: rgba(0,0,0,0.5);
    z-index: 1234;
    top: 0;
    left: 0;
}

.spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -68px; /* half width of the spinner gif */
    margin-top: -68px; /* half height of the spinner gif */
    text-align: center;
    /*z-index:1234;*/
    overflow: hidden;
    /*width: 134px;*/ /* width of the spinner gif */
    /*height: 134px;*/ /*hight of the spinner gif +2px to fix IE8 issue */
    padding: 15px 0 10px 0;
    /*background-color:#fff;*/
}

#spinner img#img-spinner {
    width: 60%;
}
.input-group-addon {

    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
	border:none;
	border-bottom: 1px solid #000;
	background: none;
	border-radius: 0;
}
#lblMsg {
    min-height: auto;
}