@import url('https://fonts.googleapis.com/css?family=Nunito');

/* @media only screen and (min-device-width: 480px) and (max-device-width: 640px) { */
body {
    margin: 0 auto;
    width: 100%;
    font-family: 'Raleway', sans-serif;
	background: #9053c7;
    background: linear-gradient(-135deg, #2d9cd1, #c850c0);
    background-image: url(../images/AgencyLoginPics/back25.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}


	
span.imageHeadline {
    color: white;
    font-size: 70px;
}


.wrapper {
    width: 92%;
    height:100px;
	min-height: 94vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px 4%;
    /*background: #9053c7;
    background: linear-gradient(-135deg, #2d9cd1, #c850c0);
    background-image: url(../images/AgencyLoginPics/back25.jpg);
    background-repeat: no-repeat;
    background-size: cover;*/
}

.wrapper::after {
  content: '';
  min-height: inherit;
  font-size: 0;
}

.block {
    width: 960px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* padding: 25px 125px 25px 95px; */
    width: 450px;
    min-height: 450px;
}

.right {
    border-radius: 0 10px 10px 0;
	/* padding: 25px 125px 25px 0; */
	/* padding: 21px 125px 25px 0; */
	height: 500px;
	width: 500px;
}

.left {
    border-radius: 10px 0 0 10px;
    /* padding: 25px 0 25px 95px; */
	/* padding: 26px 0 25px 95px; */
	height: 500px;
	width: 500px;
}

.title {
    font-size: 24px;
    color: #333333;
    line-height: 1.2;
    text-align: center;
    width: 100%;
    display: block;
}

input {
    border: none;
    outline: none;
}

.submit {
    background: #9053c7;
    background: linear-gradient(-135deg, #2d9cd1, #c850c0);
    cursor: pointer;
    color: #fff;
    width: 100%;
	border-radius: 12px;
    height: 45px;
    font-family: 'Raleway', sans-serif;
    box-shadow: none;
    border: 0;
}

.wrapper2 {
    position: absolute;
    z-index: 1;
    height: 100%;
    top: 0;
    bottom: 0;
}

.container {
    position: relative;
}

.slide {
    z-index: 1;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    transition: opacity 3s ease-in-out;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
}

.show {
    opacity: 1;
}

.slide {
    width: 99%;
}

input, select {
    font-size: 16px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 300px;
	font-family: inherit;

}
input{
	border: none;
    border-bottom: 1px solid #757575;
	border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}

.inputWrap {
    position: relative;
}

input:focus {
    outline: none;
}

label {
    color: #999;
    font-size: 16px;
    font-weight: normal;
    pointer-events: none;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    left: 5px;
    top: -29px;
    /* position: absolute; */
	position: relative;
    width: 120px;
}
input:focus ~ label, input:valid ~ label, .set_label {
    color: #5264AE;
    top: -60px;
    font-size: 14px;
}

select {
    background: #f5f5f5;
    cursor: default;
    display: block;
    width: 100%;
    font-size: 16px;
    border-radius: 10px;
    -moz-appearance: none;
    appearance: none;
    padding: 5px;
	font-family: 'Raleway', sans-serif;
}

.form {
    margin: 0 auto;
}

.main_logo{
    width: 215px;
	margin-bottom: 15px;
    margin-top: 5px;
}

.finput {
    transform: scale(1);
    transition: all 1s ease;
}
.finput:hover {
    transform: scale(1.05) perspective(1px);
}
@media screen and (max-width: 1121px) {
  div.leftImages {
    display: none;
	
  }
  .right{
	  border-radius:10px;
  }
}

@media screen and (max-width:  680px) {
  .form {
    margin: auto 20px;
    width: 90%;
	
}
.right{
	padding:25px 15%;
	
}
input{
	width:100%;
}


}
