.row-height{
    height: 100vh;
}

body{
    font-family: 'Josefin Sans', sans-serif;
}

.content-left {
    background-color: #434bdf;
    padding: 0;
}

.content-left-wrapper{
    font-family: 'Josefin Sans', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
    min-height: 100%;
    padding: 110px 20px 35px 20px;
    background-color: #434bdf;
    color: #fff;
    text-align: center;
    position: relative;
    background: transparent;
    background: -webkit-linear-gradient(top, transparent, rgba(0,0,0,0.5));
    background: linear-gradient(to bottom, transparent,rgba(0,0,0,0.5));
    flex-direction: column;
    z-index:;
}

@media(min-width:992px){
	.content-left-wrapper{
		padding: 110px 90px 35px 90px;
	}
}

.rounded{
    border-radius: 25px !important;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
    transition: all .3s ease-in;
}

.btn-sss{
    /*background-color:#c3a763;*/
    border:none;
    color: #fff;
    outline: none;
    padding: 8px 25px;
    transition: all .3s ease-in;

    background: #3a7bd5;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #3a6073, #3a7bd5);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #3a6073, #3a7bd5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    

}

.btn-sss:hover, .btn-sss:focus{
    /*background-color: #9f7b23;*/
    color: #fff;
    background: -webkit-linear-gradient(to right, #3a6073, #3a7bd5);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #3a6073, #3a7bd5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

a#logo{
    position: absolute;
    left: 20px;
    top: 15px;
    display: block;
    height: 65px;
    z-index:10;
}

a#logo img{
    transition:all .2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

@media(max-width:640px){
    a#logo img{
        width: 156px;
        height: 40px;
    }
}

#social {
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 10;
}

#social ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

#social ul li {
    float: left;
    margin: 0 5px 10px 0;
    list-style: none;
}

#social ul li a {
    color: #fff;
    opacity: 0.6;
    text-align: center;
    line-height: 35px;
    display: block;
    font-size: 16px;
    font-size: 1rem;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#social ul li a:hover {
    opacity: 1;
    text-decoration: none;
}

.content-left-wrapper{
    position: relative;
    z-index: 5;
}
.content-left-wrapper img{
    margin-bottom: 40px;
width: 100px;
}

@media(min-width:992px){
	.content-left-wrapper img{
		width: auto;
	}
}



.content-left-wrapper h1{
    font-weight: 700;
font-size: 1.6rem;
}


@media(min-width:992px){
	
.content-left-wrapper h1{
font-size: 2.5rem;
}
}


.content-left-wrapper p{
    font-weight: 300;
}

.content-left-wrapper:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom:0;
    background-image: url(../../assets/img/bokeh.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index:1;
}

.content-left-inner{
    position: relative;
    z-index: 3;
}
.content-right {
    padding: 60px;
    height: 100%;
    min-height: 100%;
    /*overflow-y: scroll;*/
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;


    background-image: url(../../assets/img/background.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;

}


.wizard{
    position: relative;
    z-index: 2;
}

#sssContent{
    padding: 5px;
    background-color: transparent;
    max-width: 640px;

}

@media(min-width: 768px){
    #sssContent{
        min-width: 640px;
    }
}

#sssContent .card{
    border:none;
    background: none;
    margin-bottom: 10px;
}

#sssContent .card-header + div{
    background-color: #fff;
    
}

#sssContent .card-header{
    cursor: pointer;
    
}

#sssContent .card-header{
    background: #3a7bd5;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #3a6073, #3a7bd5);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #3a6073, #3a7bd5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    
    
}

#sssContent .card-header[aria-expanded="true"]{
    background: -webkit-linear-gradient(to right, #3a6073, #3a7bd5);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #3a6073, #3a7bd5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    
}

#sssContent .card-header h2{
    font-size: 22px;
    color: #fff;
}


#sssContent .card table td{
    font-weight: 300;
    font-size: 16px;
    padding: 5px;
}


#wizard_container {
    width: 100%;
}

@media(min-width:992px){
	#wizard_container {
    		width: 90%;
	}
}

@media(min-width:1440px){
	#wizard_container {
    		width: 70%;
	}
}

.form-controls .simple-form-button{
    border:none;
    color: #fff;
    outline: none;
    padding: 8px 25px;
    border-radius: 25px;
    font-size: 16px;
    transition: all .3s ease-in;

    background: #3a7bd5;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #3a6073, #3a7bd5);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #3a6073, #3a7bd5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    

}

.form-controls .simple-form-button:hover, .form-controls .simple-form-button:focus{
    /*background-color: #9f7b23;*/
    color: #fff;
    background: -webkit-linear-gradient(to right, #3a6073, #3a7bd5);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #3a6073, #3a7bd5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
