@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=latin-ext');


#playground-container {
    height: 500px;
    overflow: hidden !important;

}
.main{margin-top:70px;
    -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-image:url(https://i.ytimg.com/vi/Q3_fuZVyFtY/maxresdefault.jpg);*/
    background-color: #d7d5df;
    font-family: 'Raleway', sans-serif;
}

.left-side{
    padding:0px 0px 40px;
    background: #2973ff;
    background-size:cover;
}
.left-side h1{
    font-size: 70px;
    font-weight: 900;
    color:#FFF;
    padding: 50px 10px 00px 26px;
}
.left-side h1-together{
    font-size: 50px;
    font-weight: 900;
    color:#FFF;
    padding: 60px 10px 00px 26px;
    margin-bottom: 50px;
    margin-top:50px;
}

.h5-together{
    font-size: 1.25 rem;
    margin-top:50px;

}

.left-side p{
    font-weight:600;
    color:#FFF;
    padding:10px 10px 10px 26px;
}


.fb{background: #20c1ed;
    /*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);
    max-height: 58px;
}
.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);
    max-height: 60px;
}

.right-side{
    padding:30px 0px 40px;
    background:#FFF;
    background-size:cover;
    min-height:514px;
}
.right-side h1{
    font-size: 30px;
    font-weight: 700;
    color:#000;
    padding: 50px 10px 00px 50px;
}
.right-side p{
    font-weight:600;
    color:#000;
    padding:10px 50px 10px 50px;
}
.form{padding:10px 50px 10px 50px;}
.form-control{box-shadow: none !important;
    border-radius: 0px !important;
    border-bottom: 1px solid #2973ff !important;
    border-top: 1px solid #2973ff !important;
    border-left: 1px solid #2973ff !important;
    border-right: 1px solid #2973ff !important;}
/*border-right: 1px solid #9100ff !important;}*/
.btn-deep-purple {
    background: #2973ff;
    border-radius: 18px;
    padding: 5px 19px;
    color: #FFF;
    font-weight: 600;
    font-size: 20px;
    margin-top: 10px;
    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);
}

.btn-deep-purple-gp {
    background: #9b1cff;
    border-radius: 18px;
    padding: 5px 19px;
    color: #FFF;
    font-weight: 600;
    font-size: 20px;
    margin-top: 10px;
    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);
}

/* Popup container - can be anything you want */
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* The actual popup */
.popup .popuptext {
    visibility: hidden;
    width: 160px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}

a:hover {
    /*color: #2eff10;*/
    color: #2973ff;
}

label.control-label {
    font-family: inherit;
    font-weight: 500;
    /*font-size: 1.25rem;*/
    font-size: 20px;

}