﻿:root {
	--bg-color: #1fb9ff;
	--main-color: #0067cf;
	--main-color-hover: #025ebb;
}
/*#patientLogin_section, #patientLogin_wrapper, .patientLogin_container, .patientLogin_row {
    height: 100% !important;
}

.patientLogin_form {
    margin: auto !important;
}



div.well {
    height: 250px;
}

.Absolute-Center {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    .Absolute-Center.is-Responsive {
        width: 50%;
        height: 50%;
        min-width: 300px;
        max-width: 500px;
        padding: 40px;
    }



.logo_image {
    width: 190px;
    border-radius: 50%;
    padding: 6px;
    background: transparent;
    border: none;
}*/

body {
	overflow-x: hidden;
	background: url() top center / 200px 200px /* position / size */ no-repeat /* repeat */ fixed /* attachment */
		padding-box /* origin */ content-box /* clip */ var(--bg-color);
	background-position: center;
	background-size: cover;
}

.main-container {
	height: 100%;
	margin-top: 80px !important;
}

.main-group-container {
	margin-top: 0 !important;
}

input {
	outline: none;
	border: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

input[type='date']::-webkit-inner-spin-button {
	-webkit-appearance: none;
	display: none;
}

.login_card {
	margin: 0 auto;
	float: none;
	margin-bottom: 0px;
}

.login_card .input-group-text {
	background: transparent !important;
	border: none;
}

.login_card input {
	border: none;
	border-bottom: 1px solid #dfe1e5 !important;
}

body {
	height: 100% !important;
}

.profile_image_div {
	width: 120px;
	width: 120px;
	margin: 0 auto;
	margin-top: -80px;
	border-radius: 50%;
}

.profile_img {
	width: 120px;
	width: 120px;
	margin: 0 auto;
	margin-top: -80px;
	border-radius: 50%;
}

html {
	height: 100%;
}

button.login_btn,
button.submit_btn {
	/* background: #4de5d8 !important; */
	color: white;
	width: 213px;
	height: 60px;
	border-top-right-radius: 40px;
	border-bottom-left-radius: 40px;
	border-top-left-radius: 40px;
	border-bottom-right-radius: 40px;
	margin: 0 auto !important;
	margin-top: 20px !important;
}

button.login_btn:hover,
button.submit_btn:hover {
	background: var(--main-color) !important;
	opacity: 1;
	color: white;
}

.signupText {
	margin-top: 10px;
}

.register_btn,
.back_btn {
	font-weight: bold;
	cursor: pointer;
}

.profile_img {
	margin-top: -70px;
	background: white;
	padding: 8px;
	border: 3px solid var(--main-color);
	min-height: 115px;
	max-height: 115px;
}

.login_title {
	color: var(--main-color);
	font-weight: bold;
}

/* 
.user_card {
    height: 400px;
    width: 350px;
    margin-top: 100px;
    margin-bottom: auto;
    background: #f39c12;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5px;

}

.input_name {                    
    /* Firefox, Chrome, Opera */
/* text-align: center; 
} 
.input_name::placeholder {                     */
/* Firefox, Chrome, Opera */
/* text-align: center;  */
/* }  */

/*

.brand_logo_container {
    position: absolute;
    height: 170px;
    width: 170px;
    top: -75px;
    border-radius: 50%;
    background: #60a3bc;
    padding: 10px;
    text-align: center;
}
.brand_logo {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    border: 2px solid white;
}
.form_container {
    margin-top: 100px;
}

*/

.login_btn {
	width: 100%;
	background: #c0392b !important;
	color: white !important;
}

.login_btn:focus {
	box-shadow: none !important;
	outline: 0px !important;
}

.login_container {
	padding: 0 2rem;
}

.input-group-text {
	background: #c0392b !important;
	color: white !important;
	border: 0 !important;
	border-radius: 0.25rem 0 0 0.25rem !important;
}

.input_user,
.input_pass:focus {
	box-shadow: none !important;
	outline: 0px !important;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
	background-color: #c0392b !important;
}

button.login_btn,
button.submit_btn {
	background: var(--main-color) !important;
}

.login_title {
	color: var(--main-color);
	font-weight: bold;
}

.profile_img {
	border: 3px solid var(--main-color);
}

.blue_layer {
	background: rgba(59, 138, 255, 0.5);
}
.content p {
	font-size: 30px;
	text-transform: uppercase;
	color: var(--main-color);
	font-weight: 500;
}

button.login_btn:hover,
button.submit_btn:hover {
	background: var(--main-color-hover) !important;
}
