body {
    margin: 0;
}

.register {
    width: 100%;
    height: 100%;
    background-color: rgb(73,112,163);
}
.page-content {
    width: 100%;
    height: 100%;
    /*margin: 0 auto;*/
    background-color: rgb(73,112,163);
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
}
.register-content {
    background: #fff;
    width: 70%;
    border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    margin: 50px 0;
    font-family: 'Nunito', sans-serif;
    color: #fff;
    font-weight: 700;
    position: relative;
    display: flex;
    display: -webkit-flex;
}
    .register-content .form-left {
        background: rgb(52,56,55);
        width: 50%;
       
    
    }
        .register-content .form-left img {
            border-radius: 100px;
            /*border-bottom-left-radius: 100px;*/
            width: 200px;
            height: 200px;
            margin-left:25%;
            margin-top:25%;
        }
.register-content .form-detail {
    padding: 10px 20px;
	position: relative;
	width: 90%;
}
    .register-content .form-detail h2 {
        color: rgb(52,56,55);
        font-size: 35px;
        text-align: center;
        position: relative;
        padding: 6px 0 0;
        margin-bottom: 47px;
    }
  
.register-content .form-row {
    width: 100%;
}
.register-content .form-detail .form-row-last {
	text-align: center;
}
    .register-content .form-detail .input-text {
        margin-bottom: 10px;
        padding: 0px 15px 5px 15px;
        border: 2px solid transparent;
        border-bottom: 2px solid rgb(52,56,55);
       
    }
    .register-content .form-detail .input-checkbox {
        margin-bottom: 20px;
        color: rgb(52,56,55);
        border: 4px solid black;
        width:27px;
        height:27px
    }
    .register-content .form-detail input {
        width: 92%;    
        appearance: unset;
        -moz-appearance: unset;
        -webkit-appearance: unset;
        -o-appearance: unset;
        -ms-appearance: unset;
        outline: none;
        -moz-outline: none;
        -webkit-outline: none;
        -o-outline: none;
        -ms-outline: none;
        font-family: 'Nunito', sans-serif;
        font-size: 16px;
        font-weight: 700;
        color: #333;
    }
    .register-content .form-detail .form-row input:focus {
        border-bottom: 2px solid #808080
    }
    .register-content .form-detail .register {
        background: rgb(0,0,70);
      
        border-radius: 6px;
        -o-border-radius: 6px;
        -ms-border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        width: 160px;
        box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
        -o-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
        -ms-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
        border: none;
        margin: 11px 0 50px 0px;
        cursor: pointer;
        font-family: 'Nunito', sans-serif;
        color: #fff;
        font-weight: 700;
        font-size: 18px;
    }
.register-content .form-detail .register:hover {
	background: #e37b27;
}
.register-content .form-detail .form-row-last input {
	padding: 13px;
}
input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #666;
  font-size: 16px;
}
input::-moz-placeholder { /* Firefox 19+ */
  color: #666;
  font-size: 16px;
}
input:-ms-input-placeholder { /* IE 10+ */
  color: #666;
  font-size: 16px;
}
input:-moz-placeholder { /* Firefox 18- */
  color: #666;
  font-size: 16px;
}

/* Responsive */
@media screen and (max-width: 991px) {
	.register-content {
		margin: 180px 20px;
		flex-direction:  column;
		-o-flex-direction:  column;
		-ms-flex-direction:  column;
		-moz-flex-direction:  column;
		-webkit-flex-direction:  column;
	}
	.register-content .form-left {
		width: 100%;
	}
        .register-content .form-left img {
            width: 100%;
            border-radius:100px;
            width: 200px;
            height: 200px;
            align-items:center
        }
	.register-content .form-detail {
		padding: 30px 20px 30px 20px;
	    width: auto;
	}
	.register-content .form-detail .form-row input {
		width: 96%;
	}
	.register-content .form-detail .register {
		margin-bottom: 80px;
	}
}
@media screen and (max-width: 767px) {
	.register-content .form-detail .form-row input {
		width: 94%;
	}
}

@media screen and (max-width: 575px) {
	.register-content .form-detail .form-row input {
	    width: 89%;
	}
}
.login {
    width: 100%;
    height:100%;
    background-color: rgb(73,112,163);
}
.login-content {
    background-color: #fff;
    width: 70%;
    height: 100%;
    border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    margin: 80px 0;
    font-family: 'Nunito', sans-serif;
    color: #fff;
    font-weight: 700;
    position: relative;
    display: flex;
    display: -webkit-flex;
}

    .login-content .form-left {
        background: rgb(52,56,55);
        width: 60%;
    }

        .login-content .form-left img {
            border-radius: 100px;
            /*border-bottom-left-radius: 100px;*/
            width: 200px;
            height: 200px;
            margin-left: 25%;
            margin-top: 25%;
        }

    .login-content .form-detail {
        padding: 10px 20px;
        position: relative;
        width: 90%;
    }

        .login-content .form-detail h2 {
            color: rgb(52,56,55);
            font-size: 35px;
            text-align: center;
            position: relative;
            padding: 6px 0 0;
            margin-bottom: 47px;
        }

    .login-content .form-row {
        width: 100%;
    }

    .login-content .form-detail .form-row-last {
        text-align: center;
    }

    .login-content .form-detail .input-text {
        margin-bottom: 35px;
        padding: 0px 15px 10px 15px;
        border: 2px solid transparent;
        border-bottom: 2px solid rgb(52,56,55);
    }

    .login-content .form-detail .input-hpy {
        margin-bottom: 35px;
        padding: 0px 15px 10px 15px;
        border: 2px solid transparent;
        color: rgb(52,56,55);
       font-weight:700
    }


    .login-content .form-detail .input-checkbox {
        margin-bottom: 20px;
        color: rgb(52,56,55);
        border: 4px solid black;
        width: 27px;
        height: 27px
    }

    .login-content .form-detail input {
        width: 92%;
        appearance: unset;

        -moz-appearance: unset;
        -webkit-appearance: unset;
        -o-appearance: unset;
        -ms-appearance: unset;
        outline: none;
        -moz-outline: none;
        -webkit-outline: none;
        -o-outline: none;
        -ms-outline: none;
        font-family: 'Nunito', sans-serif;
        font-size: 16px;
        font-weight: 700;
        color: #333;
    }

    .login-content .form-detail .form-row input:focus {
        border-bottom: 2px solid #808080
    }

    .login-content .form-detail .login {
        background: rgb(0,0,70);
        border-radius: 6px;
        -o-border-radius: 6px;
        -ms-border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        width: 160px;
        box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
        -o-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
        -ms-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
        border: none;
        margin: 11px 0 50px 0px;
        cursor: pointer;
        font-family: 'Nunito', sans-serif;
        color: #fff;
        font-weight: 700;
        font-size: 18px;
    }

        .login-content .form-detail .login:hover {
            background: #e37b27;
        }

    .login-content .form-detail .form-row-last input {
        padding: 13px;
    }

input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #666;
    font-size: 16px;
}

input::-moz-placeholder { /* Firefox 19+ */
    color: #666;
    font-size: 16px;
}

input:-ms-input-placeholder { /* IE 10+ */
    color: #666;
    font-size: 16px;
}

input:-moz-placeholder { /* Firefox 18- */
    color: #666;
    font-size: 16px;
}

/* Responsive */
@media screen and (max-width: 991px) {
    .login-content {
        margin: 180px 20px;
        flex-direction: column;
        -o-flex-direction: column;
        -ms-flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
    }

        .login-content .form-left {
            width: 100%;
        }

            .login-content .form-left img {
                width: 100%;
                border-radius: 100px;
                width: 200px;
                height: 200px;
                align-items: center
            }

        .login-content .form-detail {
            padding: 30px 20px 30px 20px;
            width: auto;
        }

            .login-content .form-detail .form-row input {
                width: 96%;
            }

            .login-content .form-detail .login {
                margin-bottom: 80px;
            }
}

@media screen and (max-width: 767px) {
    .login-content .form-detail .form-row input {
        width: 94%;
    }
}

@media screen and (max-width: 575px) {
    .login-content .form-detail .form-row input {
        width: 89%;
    }
}
