.seoinsight_form {
    padding: 10px;
    background: #fff;
    border-radius: 4px;
    margin-left: -10px;
    position: relative;
    box-shadow: 17px 17px 46px 0 rgba(17,69,111,.11);
}
.seoinsight_form span {
    padding: 0;
    margin: 0;
}
.seoinsight_form_input {
    margin-bottom: 0;
    position: relative;
    display: block;
    line-height: 1.5;
}
.seoinsight_form input {
    padding-left: 30px;
    padding-right: 30px;
}
.seoinsight_form_btn {
    position: absolute;
    right: 10px;
    top: 10px;
    max-width: 100%;
    display: block;
    width: auto;
    vertical-align: top;
    margin: 0;
    text-align: center;
}

.seoinsight_form .domain-check-input {

}
.seoinsight_form .domain-check-submit {
    background-color: #3b3663;
    background-image: none;
    transition: background-color .3s;
}
.seoinsight_form .domain-check-submit:hover {
	background-color: #6254e7;
}

.seoinsight_form .domain-check-submit {
    width: 100% !important;
    margin: 0 !important;
    color: #fff;
    border: none;
    font-weight: 400;
    letter-spacing: .2px;
    /*padding: 5px 20px;*/
    height: 50px;
    position: relative;
    border-radius: 5px;
    text-align: center !important;
    display: block;
    font-family: Rubik;
}
.seoinsight_form input[type="submit"] {
    background-size: 150% 100%;
    transition: all .4s ease-in-out;
}
.seoinsight_form input[type="url"] {
    margin: 0;
    border: none;
    padding: 0 210px 0 20px;
    background: #f8f9fa;
    border-radius: 4px;
    color: #696687;
    height: 50px;
}
#seoinsight-form-loader {
    display: none;
    position: absolute;
    width: 100%;
    top: 10px;
    left: 0px;
    right: 0px;
    padding-right: 10px;
    padding-left: 10px;
}
#seoinsight-form-loader .seoinsight-form-loader-overlay {
    width: 100% !important;
    color: #fff;
    border: none;
    font-weight: 400;
    letter-spacing: .2px;
    padding: 5px 20px;
    height: 50px;
    position: relative;
    border-radius: 5px;
    text-align: center !important;
    display: block;
    font-family: Rubik;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(59, 54, 99, 0.78);
    display: block;
}
.seoinsight-form-loader-tekst {
	margin: 0 auto !important;
	text-align: center;
	width: 320px !important;
	display: block;
}
.loader-animation .lds-ripple {
    float: left;
}
.loader-animation {
    float: left;
}
.loader-text {
	float: left;
	font-weight: bold;
	padding-top: 2px !important;
}
.lds-ripple {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
}
.lds-ripple div {
    position: absolute;
    border: 4px solid #fff;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}
@keyframes lds-ripple {
    0% {
        top: 16px;
        left: 16px;
        width: 0;
        height: 0;
        opacity: 0;
    }
    4.9% {
        top: 16px;
        left: 16px;
        width: 0;
        height: 0;
        opacity: 0;
    }
    5% {
        top: 16px;
        left: 16px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 0px;
        left: 0px;
        width: 32px;
        height: 32px;
        opacity: 0;
    }
}
