font-face{
    src: url(../font/Open_Sans/OpenSans-BoldItalic.ttf);
    font-family:OpenSans-Bold;
    }
    @font-face{
    src: url(../font/Open_Sans/OpenSans-Regular.ttf);
    font-family: OpenSans-Regular;
    }
    @font-face{
    src: url(../font/Open_Sans/OpenSans-SemiBoldItalic.ttf);
    font-family: OpenSans-SemiBoldItalic;
    }   
    @font-face{
    src: url(../font/Poppins/Poppins-Bold.ttf);
    font-family: Poppins-bold;
    }
    @font-face{
    src: url(../font/Poppins/Poppins-MediumItalic.ttf);
    font-family: Poppins-medium-italic;
    }
    @font-face{
    src: url(../font/Poppins/Poppins-Regular.ttf);
    font-family:Poppins-Regular;
    }
    @font-face{
    src: url(../font/Poppins/Poppins-SemiBold.ttf);
    font-family:Poppins-SemiBold;
    }
    body{      
    cursor: pointer;
    /*overflow-y: hidden !important;*/
    }
    *{
    padding: 0;
    margin: 0;
    }
    .container{
    max-width: 1600px;
    } 
    .form{
    position: absolute !important;
    z-index: 99;
    right: 50%;
    }
	
	.logo img {
		width:40%
	}
	
    #form-bg{
    background: #FFFFFF;
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.11);
    border-radius: 10px;
    }
    #form-bg h1{
    font-size: 24px;
    font-family:  Poppins-bold,AdobeInvisFont,MyriadPro-Regular;
    color: #464646;
    text-decoration: underline;
    text-underline-position: under;
    text-align: center;
    }
    .input-container {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    width: 100%;
    margin-bottom: 0px;
    border: 1px solid #fff;
    box-shadow: 0px 0px 11px rgba(0,108,110,.11);
    border-radius: 10px;
    border-left:5px solid #8EC640;
    }
    
    #form-bg img{
    height: 30px;
    padding: 4px;
    border-right: 1px solid #d3d3d3;
    }
    
    #form-bg .input-field {
    width: 100%;
    /*padding: 10px;*/
	padding: 10px;
    outline: none;
    border: 0px;
    }
    
    
    
    #login-form{
    position: absolute;
    z-index: 99;
    right: 54%;
    }
    #form-bg input::placeholder{
    font-size: 16px;
    font-family:Poppins-medium-italic,AdobeInvisFont,MyriadPro-Regular ;
    color:#939598 ;
    }
    .input-field:focus, textarea:focus, select:focus{
    outline: none;
    }
    #form-bg .form-check-label{
    font-size: 16px;
    font-family:Poppins-Regular,AdobeInvisFont,MyriadPro-Regular;
    color:#464646 ;
    }
    #form-bg .form-check-input{
    width:20px;
    height: 22px;
    }
    #form-bg a{
    font-size: 16px;
    font-family:Poppins-SemiBold,AdobeInvisFont,MyriadPro-Regular;
    color:#464646 !important ;
    text-align: end;
    }
    /*#form-bg .btn-1{
    background-color: #8EC640 !important;
    font-size: 16px !important;
    font-family:Poppins-SemiBold,AdobeInvisFont,MyriadPro-Regular;
    color:#fff ;
    text-align: center;
    border: none;
    border-radius: 5px;
    width: 250px;
    }*/
    #form-bg .btn-1{
    font-family: Poppins-SemiBold,AdobeInvisFont,MyriadPro-Regular;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    width: 280px;
    height: 60px;
    background-color: #8EC640;
    position: relative;
    overflow: hidden;
    border: 2px solid #8EC640;
    transition: all .5s;
    z-index: 0;
    border-radius: 5px;
    }
    #form-bg .btn-1:before{
    content:"";
    background: #fff;
    width: 500%;
    height: 690%;
    top: 0;
    left: 0;
    position: absolute;
    transform: translate(-803px) rotate(45deg);
    transition: all .5s ease-out;
    z-index: 0;
    
    }
    #form-bg .btn-1:hover:before{
    transform: translate(-294px) rotate(45deg);
    background: #fff;
    color: #8EC640;
    z-index: -5;
    
    
    }
    #form-bg .btn-1:hover:before{
    z-index: -1;
    
    }
    #form-bg .btn-1:hover{
    color: #8EC640;
    z-index: 99;
    border: 2px solid #8EC640;
    }
    #form-bg .btn-1 .img-2{
    display: none;  
    }
    #form-bg .btn-1:hover .img-2{
    display: inline-block;  
    }
    #form-bg .btn-1:hover .img-1{
    display: none;  
    }
    #signup{
    background-image: url(../images/Untitled-1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 45% !important;
    }
    #signup h1{
    font-family:Poppins-Bold,AdobeInvisFont,MyriadPro-Regular;
    color: #fff;
    font-size: 26px;
    text-transform: uppercase;
    }
	
	#signup h1 span{
		font-size: 34px;			
	}
	
    #signup h2{
    font-family:OpenSans-Regular,AdobeInvisFont,MyriadPro-Regular;
    color: #fff;
    font-size: 16px;
    }
    #signup h3{
    font-family:OpenSans-SemiBoldItalic,OpenSans-Regular,AdobeInvisFont,MyriadPro-Regular;
    color: #fff;
    font-size: 23px;
    }
    #signup h4{
    font-family:'OpenSans-Regular';
    font-size: 16px;
    color: #fff;
    }
  
    #signup .btn-2{
    font-family: Poppins-Bold,AdobeInvisFont,MyriadPro-Regular;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
    color: black;
    width: 280px;
    height: 60px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    border: 2px solid #fff;
    transition: all .5s;
    z-index: 0;
    border-radius: 5px;
    }
	
	#signup .btn-3{
    font-family: Poppins-Bold,AdobeInvisFont,MyriadPro-Regular;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
    color: #8EC640;
    width: 280px;
    height: 60px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    border: 2px solid #fff;
    transition: all .5s;
    z-index: 0;
    border-radius: 5px;
    }
    
	
	#signup .btn-2:before{
    content:"";
    background: #8EC640;
    width: 500%;
    height: 690%;
    top: 0;
    left: 0;
    position: absolute;
    transform: translate(-803px) rotate(45deg);
    transition: all .5s ease-out;
    z-index: 0;    
    }
	#signup a{
        color: #8EC640;
    }
    #signup .btn-2:hover:before{
    transform: translate(-294px) rotate(45deg);
    background: #8EC640;
    color: #fff;
    z-index: -5;   
    }
    #signup .btn-2:hover:before{
    z-index: -1;
    
    }
    #signup .btn-2:hover a{
    color: #fff;
    z-index: 99;
    border: #8EC640;
    }
	
	
    #signup .img-height{
        height: 400px !important;
    }
    #signup .btn-2 .img-2{
        display: none;  
        }
        #signup .btn-2:hover .img-2{
        display: inline-block;  
        }
        #signup .btn-2:hover .img-1{
        display: none;  
        }
    /***********************media Queries***************************/
    /* Extra small devices (phones, 600px and down) */
    
    @media only screen and (max-width: 600px) {
    .form{
    position: relative !important;
    right: 0% !important;
    }
    #signup{
    position: relative !important;
    left: 0% !important;
    }
    #form-bg input::placeholder{
    font-size: 14px;
    font-family:Poppins-medium-italic,AdobeInvisFont,MyriadPro-Regular ;
    color:#939598 ;
    }
    #form-bg img{
    height: 24px;
    }
    #form-bg .form-check-input{
    width: 15px;
    }
    body{
        overflow: auto!important;
    }
    #signup .img-height{
        height: auto !important;
    }
    }
    
    /* Small devices (portrait tablets and large phones, 600px and up) */
    @media only screen and (min-width: 600px) {
    .example {background: green;}
    }
    
    /* Medium devices (landscape tablets, 768px and up) */
    @media only screen and (min-width: 768px) {
    .form{
    position: relative !important;
    right: 0% !important;
    }
    #signup{
    position: relative !important;
    left: 0% !important;
    }
    body{
        overflow: auto!important;
    }
    #signup .img-height{
        height: auto !important;
    }
    } 
    
    /* Large devices (laptops/desktops, 992px and up) */
    @media only screen and (min-width: 992px) {
    .form{
    position: absolute !important;
    right: 52% !important;
    }
    #signup{
    position: absolute !important;
    left: 44% !important;
	  height: 738px;

    }
    } 
    
    /* Extra large devices (large laptops and desktops, 1200px and up) */
    @media only screen and (min-width: 1200px) {
        body{
           /*overflow: hidden !important;*/

        }
        #signup .img-height{
            height: 420px !important;
        }
    }
    
    @media (min-width: 1920px) and (max-width: 2560px)  {
    #form-bg{
    width: 711px;
    }
    .form{
    left: 13%;
    }
    #signup{
    width: 923px;
    }
    }
	
	.loginicon img{
		width:88%;
	}
	
	.my-3.logo.mtop {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}
    
	.form-check-input {
		    margin-top: .1rem !important;
			margin-left: -2.25rem !important;
	}
	
	.form-check {
    padding-left: 2.25rem !important;
}

.rem_forgot {
	margin-bottom:1rem !important;
}

.input-container .m-md-4 {
    margin: 1.0rem!important;
}

 #signup .btn-2:hover {
	color: #FFF !important;
}
