/*!

 =========================================================
 * Login Form Bootstrap 1
 =========================================================

 * Product Page: https://uifresh.net
 * Copyright 2021 UIFresh (https://uifresh.net)
 * Coded by UIFresh

 =========================================================

 * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

 */
html, body{
	height: 100%;
}
body{
	display: flex;
	align-items: center;
	background-image: linear-gradient( to right, #f12711, #f5af19);
}

.bg_pic{
 background-image: url(../img/bg.jpg);
 background-repeat:no-repeat;
 background-size: cover;
 background-position: center;
}
a{
	color: #ffffff;
	text-decoration: none;
}
a:hover{
	color: #ffd103;
}
.uf-form-signin {
    width: 100%;
    max-width: 390px;
    padding: 15px;
    margin: auto;
	  background-color: #002bffbd;
		box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.4);
		border-bottom-left-radius: 60px;
    border-top-right-radius: 60px;
		    border: 2px solid #0095ff;
	/*	margin: 50px 50px 50px 150px;*/
}
.uf-input-group .input-group-text {
    background: #150bc5;
		border: 1px solid #fff;
    color: #f8f9fa;
    font-size: 18px;
    padding-top: 8px;
    width: 50px;
}

.uf-input-group .form-control {
    border-left: 1px solid #fff;
    font-size: 16px;
    background: #baecffed;
}

.uf-input-group .form-control:focus {
    box-shadow: unset;
    background: #ffffff;
}
.uf-btn-primary {
    background: #0e00ff;
    color: #ffffff;
    border: 2px solid #00a1ff;
}

.uf-btn-primary:hover {
    background: #ffd103;
    color: #150bc5;
}

.uf-form-check-input:checked {
    background-color: #ff050c;
    border-color: #ff050c;
}

.uf-social-login .uf-social-ic+.uf-social-ic{
	margin-left: 15px;
}
.uf-social-ic{
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.uf-social-ic:hover{
	background: #842029;
}
.uf-social-ic:hover i{
	color: #fff;
}
