
/*front header LOGO */
.sd-front-logo-corner {
    text-align: center;
}

.sd-front-logo-app {
    width: 140px;
}

.sd-front-header-emailverify{
  text-align: center;
  padding-top: 40px;
}

/*front main*/
.sd-front-main-container{
    margin: 0 2.5% 11.5%;
    padding: 0;
}


.sd-front-part {
    text-align: center;
    border-radius: 5px;
}

.sd-inter {
    background-color: RGBa(255, 255, 255,0.85);
}

.sd-ombr {
    box-shadow: 0px 2px 7px rgba(0, 20, 20, 0.2);
   -moz-box-shadow: 0px 2px 7px rgba(0, 20, 20, 0.2);
   -webkit-box-shadow: 0px 2px 7px rgba(0, 20, 20, 0.2);
}

/*emailverify main*/
.sd-emailverify-content{
	padding: 35px;
}

.sd-emailverify-title{
	color: rgb(150, 74, 61);
	font-size: 25px;
	margin-bottom: 25px;
	letter-spacing: 0.01em;
	text-align: center;
	text-shadow: 0 2px 4px #0A181C33;
}

.sd-emailverify-description{
	display: block;
	text-align: center;
	margin-bottom: 5px;
	color: #186f2a;
	font-size: 18px;
}

.sd-emailverify-buttom-login{
    border-radius: 30px;
    border: 1px solid #ffffff;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 13px 2px;
    text-decoration: none;
    text-shadow: 1px 1px 5px #616161;
    box-shadow: 0px 3px 7px 1px #bababa;
    font-size: 18px;
    margin-top: 20px;
    max-width: 300px;
    background: linear-gradient(to bottom, #ffdba4 15%, #C98401 100%);
    width: 220px;
}

.sd-emailverify-buttom-login:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #C98401), color-stop(1, #ffdba4));
    background: -moz-linear-gradient(top, #C98401 5%, #C98401 100%);
    background: -webkit-linear-gradient(top, #C98401 5%, #ffdba4 100%);
    background: -o-linear-gradient(top, #C98401 5%, #ffdba4 100%);
    background: -ms-linear-gradient(top, #C98401 5%, #ffdba4 100%);
    background: linear-gradient(to bottom, #C98401 5%, #ffdba4 100%);
    background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 810px) {

    .sd-front-part {
        border-radius: 40px;
    }
    
    .sd-front-main-container {
        margin-left: 7%;
        margin-right: 7%;
    }
}

@media (min-width: 810px) {
    .sd-front-main-container {
        margin-left: 15%;
        margin-right: 15%;
    }
}

