@charset "UTF-8";

/* - - - Fonts Part - Start - - - */
@font-face{
	font-family: Dana;
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/Dana/Regular/Dana(FaNum)_Regular.eot');
	src: url('../fonts/Dana/Regular/Dana(FaNum)_Regular.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Dana/Regular/Dana(FaNum)_Regular.woff2') format('woff2'),
	url('../fonts/Dana/Regular/Dana(FaNum)_Regular.woff') format('woff'),
	url('../fonts/Dana/Regular/Dana(FaNum)_Regular.ttf') format('truetype')
}
/* - - - Fonts Part - End - - - */

/* - - - Styles Part - Start - - - */
* {
    outline: 0
}

img {
    max-width: 100%;
    height: auto
}

.authenticate {
    width: 100%;
    height: auto;
    font-family: dana;
    font-size: 14px;
    font-weight: 400;
    overflow-x: hidden
}

.wrapper {
    width: 100%;
    margin: 0 auto
}

.wrapper>.container {
    display: flex;
    width: 100%;
    height: 100vh;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.form-holder {
    width: 450px !important;
    overflow: hidden;
    padding: 10px
}

.auth-form {
    padding: 25px 30px 30px;
    border-radius: 12px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 0px 8px 0px;
    -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 0px 8px 0px;
}

.auth-form .header {
    display: flex;
    width: 100%;
	align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #d1d8e0
}

.auth-form .header .icon {
	background-color: #74b9ff;
    font-size: 16px;
    margin-left: 20px;
    padding: 10px;
    border-radius: 35px
}

.auth-form .header .icon svg {
	width: 25px;
    height: 20px;
	fill: #fff
}

.auth-form .header span {
    font-size: 16px;
    color: #353b48
}

.org-form {
    margin-top: 30px
}

.input-holder {
    display: flex;
    width: 100%;
    margin-bottom: 25px
}

.input-fix {
    width: 100%
}

.input-fix input {
    width: 100%;
    height: 55px;
    color: #576574 !important;
    padding-right: 70px;
    border-radius: 4px;
	border: 1px solid #d1d8e0
}

.icon-holder {
    display: flex;
    position: absolute;
    width: 55px;
    height: 55px;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #a5b1c2
}

.icon-holder svg {
	width: 25px;
    height: 25px;
    fill: #a5b1c2
}

.captcha-holder {
    display: flex;
    width: 100%;
	margin-bottom: 30px
}

.captcha-fix {
    display: inline-flex;
    width: 100%;
    justify-content: space-between
}

.captcha-input {
    width: 54%;
    height: 55px;
    border: 1px solid #d1d8e0;
    color: #576574;
    padding: 0 20px;
    line-height: 54px;
    border-radius: 4px
}

.org-form .submit {
	display: flex;
    width: 100%;
	height: 55px;
    background-color: #74b9ff;
    color: #fff;
    font-size: 15px;
	padding: 0;
    justify-content: center;
	border: none;
    border-radius: 4px;
    box-shadow: 0 0 15px #74b9ff;
    -webkit-box-shadow: 0 0 10px #74b9ff
}

.reload-anim,
.reload-text {
    display: none;
    position: absolute;
    width: 100%
}

.reload-text {
    margin-right: -29px;
    margin-top: -98px;
    max-width: 210px;
    background: #fff;
    color: #636e72;
    font-size: 14px;
    text-align: center;
    padding: 8px;
    box-shadow: 0 0 5px hsl(0deg 0% 40% / 25%);
    -webkit-box-shadow: 0 0 5px hsl(0deg 0% 40% / 25%)
}

.captcha-image img:hover~.reload-text {
    display: block !important
}

.reload-anim {
    width: 100%;
    height: 55px;
    left: 0;
    background: url(../img/reloading.gif) 50% 50% no-repeat rgba(255, 255, 255, .8);
    z-index: 1000
}

.auth-footer {
    margin-top: 35px
}

.footer-form {
	display: flex;
	font-size: 13px;
    padding: 0 10px
}

.auth-footer form button {
    border: none;
    background: 0 0;
    color: #747d8c
}

.footer-form .col-lg-6:nth-of-type(2) {
    text-align: left
}

.footer-form svg {
    width: 10px;
    height: 10px;
    fill: #747d8c
}

.error {
	margin-bottom: 20px;
    text-align: justify;
    line-height: 30px
}

.error span {
    font-weight: bold;
    color: #ee5253;
    margin-left: 5px
}

.success {
	margin-bottom: 20px;
	color: #16a085;
	text-align: justify;
	line-height: 30px
}
/* - - - Styles Part - End - - - */

/* - - - Responsive Part - Start - - - */
@media (max-width: 992px) {
	.form-holder {
		width: 100% !important
	}
	.footer-form {
		justify-content: space-between
	}
	.icon-holder {
		height: 50px
	}
	.input-fix input {
		height: 50px
	}
	.captcha-fix {
		grid-gap: 10px;
		height: 50px;
	}
	.captcha-input {
		height: 50px
	}
	.org-form .submit {
		height: 50px;
		font-size: 14px
	}
	.auth-form .header span {
		font-size: 15px
	}
}
/* - - - Responsive Part - End - - - */