body{

	background-color: white;

}

.wrapper-container{

	max-width: 1193px;

	min-width: 1198px;

	width: 100%; 

	position: relative;

	left: 0;

	right: 0;

	margin: auto;

	padding: 0 45px;

}



.bg-img{

	position: absolute;

}



.btn-login{

    border: 2px solid white;

    border-radius: 15px;

    color: #fff;

    background-color: #186597;

    display: inline-block;

    width: 130px;

    height: 50px;

    font-size: 23px;

    line-height: 50px;

    text-align: center;

    padding-bottom: 10px;

    font-weight: bolder;

    margin-top: 45px;

    margin-left: 20px;

    -moz-box-shadow: 0 0 .5em rgba(0, 0, 0, .9);

    -webkit-box-shadow: 0 0 0.5em rgba(0, 0, 0, .9);

    box-shadow: 0 0 0.5em rgba(0, 0, 0, .9);

}



.btn-login:hover{

	color: #186597;

	background-color: white;

}	



.logo{

	margin-top: 45px;

}



.wrapper-header{

	height: 250px;

}



.wrapper-info{

	height: 600px;

}



.right-text h1,h2,h3{

	color: white;

}



.right-text h1{

	font-size: 90px;

}



.right-text h2{

	font-size: 35px;

	font-weight: lighter;

}



.right-text h3{

	font-size: 25px;

	font-weight: lighter;

    line-height: 40px;

}



.right-text a{

    border: 1px solid #f6af40;	

    border-radius: 25px;

    background: #f6af40;

    color: #fff;

    display: inline-block;

    width: 350px;

    height: 47px;

    line-height: 47px;

    text-align: center;

    font-weight: bolder;

    margin-top: 20px;

    -moz-box-shadow: 0 0 .5em rgba(0, 0, 0, .9);

    -webkit-box-shadow: 0 0 0.5em rgba(0, 0, 0, .9);

    box-shadow: 0 0 0.5em rgba(0, 0, 0, .9);

    font-size: 25px;

}



.wrapper-info2{

	padding-top: 100px;

}



.left-list{

	width: 100%;

}



.left-list img{	

	margin-left: 20px; 
    width: 34px;

}



.left-list p{	

	font-size: 21px;

	color: #0071bc;

	margin-top: 45px;

}



.wrapper-info3{

	padding-top: 200px;

	padding-bottom: 200px;

}



.register-now{

	text-align: center;

}



.register-now p{

	font-size: 24px;

	color: #186597;

}



#register-now a:hover {

    background: #fff;

    transition: .5s ease;

    color: #186597;

}



.register-now a{

    width: 385px;

    height: 54px;

    line-height: 54px;

    text-decoration: none;

    color: #fff;

    border: 2px solid #fff;

    border-radius: 25px;

    background: #11486b;

    color: #fff;

    display: inline-block;

    text-align: center;

    font-weight: bolder;

    margin-top: 40px;

    -moz-box-shadow: 0 0 .5em rgba(0, 0, 0, .9);

    -webkit-box-shadow: 0 0 0.5em rgba(0, 0, 0, .9);

    box-shadow: 0 0 0.5em rgba(0, 0, 0, .9);

    font-size: 25px;

}



.footer1{

    width: 230px;position: absolute;left: 0;right: 0;margin: auto;top: 0;

}



.images12{

   width: 370px;

   position: absolute;

   left: 0;

   right: 0;

   margin: auto;

   top: 30px;

}



@media screen and (min-width: 200px) and (max-width: 800px) {           

    .btn-login {

        width: 155px !important;

        height: 70px !important;

        font-size: 28px !important;

        line-height: 70px !important;

    }

    .logo{

        width: 310px !important;

    }

    .right-text h1, h2, h3{

        color: #186597 !important;

    }

}









