body {
    padding: 0px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    background-color: #71088b;
}

.body_dark {
	
}

.logo_img {
	padding: 20px 10px 36px 24px; width: 254px 
}

.s3_login_cont {
	float: right;
	width: 400px;
	height: contain;
}

.s3_pur {
	display: block;
	width: 200px;
	height: 200px;
	background-color: #b487fc;
}

.s3_lav {
	display: block;
	width: 200px;
	height: 200px;
	background-color: #e9dbfe;
}

.cb {
	clear: both;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.s3_r1 {
	border-top-left-radius: 100%;
}

.s3_r2 {
	border-top-right-radius: 100%;
}

.s3_r3 {
	border-bottom-right-radius: 100%;
}

.s3_r4 {
	border-bottom-left-radius: 100%;
}

.home_login_main {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 200px;
	left: -100px;
}

#home_login_cont {
	float: left;
}

#home_login_cont h1 {
    font-size: 53px;
}
/*/login*/

h1 {
    font: 30px;
}

a {
  color: #00B7FF;
}

#home_login_cont {
    color:#fff;
}
.home_login_opt img {
    padding: 0 15px 15px 0px;
}

.cb {
    clear:both;
}

.wrapper {
    position: relative;
	margin-left: auto; margin-right: auto; background-color: #71088b; min-height: 800px;
}


/*eemalda nooled*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}


.logo_link {
    display:block;height:48px;
}



.s2_body {
    background-color: #e1e6ea;
}

.s2_wrap {
    background-color: #e1e6ea;
	height:100%;
}
.s2_img {
    filter: invert(1);
}
.s2_h1 {
    color:#000;
    font-size:40px !important;
}
.s2_txt {
    color: #555;
}
.btn_tagasi {
    background-image: url("https://id.eau.org/shared/img/tagasi.svg");
    background-repeat: no-repeat;
    background-position: 10px center;
    width: 95px;
    height: 55px;
    clear: both;
    border: solid 1px #000;
    border-radius: 15px;
    padding: 15px;
    padding-left:30px;
    position: absolute;
    left: 38px;
    top: 120px;
    text-align: center;
    color: #000;
    text-decoration: none;
}
a.btn_tagasi:hover {
    background-color: #b487fc;
    border: solid 1px #b487fc;
    color: #000;
    text-decoration: none;
}

.inp_txt {
    padding: 15px;
    border: none;
    border-radius: 15px;
    width: 327px;
}

.btn_registreeri {
    clear: both;
    display: block;
    position: relative;
    top: 40px;
    height: 64px;
    text-align: center;
    line-height: 55px;

    border-radius: 15px;
    background: #71088b;
    margin: 0px;
    padding: 0 20px;
    font-size: 16px;
    color: #fff;
    width: 327px;
    border: none;
}
.btn_registreeri:hover {
    box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
}

p {
    margin-top: 0;
    margin-bottom: 0.5rem;
}


.inp_pref {
    padding: 15px;
    border: none;
    border-radius: 15px;
    width: 90px;
    margin-right:10px;
}
.inp_tel {
    padding: 15px;
    border: none;
    border-radius: 15px;
    width: 227px;
}


@keyframes fadeIn { 
  from { opacity: 0; } 
}

#vastus_loader {
	animation: fadeIn 1s infinite alternate;
}


/* Fonts */
.home_login_opt p, #home_login_cont label {
    color: #797979;
}

.home_login_main #home_login_cont {
    color: #fff;
}
#home_login_cont {
    color: #000;
}

/* Buttons */
.btn-primary {
    background-color: #71088B;
    border-color: #71088B;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background-color: #B487FC !important;
    border-color: #B487FC !important;
}

button.btn, input.btn {
    padding: 10px 16px;
    border-radius: 16px;
}
button.btn-large, input.btn-large {
    padding: 20px 16px;
}


/* Input */
input, input.form-control {
    padding: 10px 16px;
}
input, select, input.form-control {
    border-radius: 16px;
    border: 1px solid #E1E6EA;
    font-weight: 300;
}

input, select, input.form-control {
    border-radius: 16px;
    border: 1px solid #E1E6EA;
    font-weight: 300;
}
input, input.form-control  {
    padding: 10px 16px;
}
select {
    padding: 12px 16px;
}