.gradient-custom-2 {
	/*background-image: url('/akita-online/images/login.jpg');*/
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

@media (min-width: 768px) {
    .gradient-form {
        height: 100vh !important;
    }
}

@media (min-width: 769px) {
    .gradient-custom-2 {
        border-top-right-radius: .3rem;
        border-bottom-right-radius: .3rem;
    }
}

.signin {
    color: #fff;
    background-color: #202791;
    font-size: 17px;
    text-transform: capitalize;
    letter-spacing: 2px;
    width: 100%;
    padding: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease 0s;
}

.signin:hover,
.signin:focus {
    font-weight: 600;
    letter-spacing: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) inset;
}

.form-group {
    margin-bottom: 1.5rem; 
}

.input-group-text {
    background-color: #202791; 
    color: white; 
}

.form-control {
    border: 1px solid #202791; 
    border-radius: 0.5rem; 
}

.form-control:focus {
    border-color: #F4CE14; 
    box-shadow: 0 0 5px rgba(55, 149, 189, 0.5); 
}

.btn-custom {
    background-color: #202791; 
    color: white; 
    border: none; 
    transition: background-color 0.3s; 
}

.btn-custom:hover {
    background-color: #7FA1C3; 
}


/*
body{
	font-family: "Nunito Sans", sans-serif;
	background-color: azure;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.btn-outline-custom{
	color: #31374a;
	border-color: #eee;
}

.btn-outline-custom:hover{
	color: #31374a;
	border-color: #eee;
	background-color: #eee;
}

.bg-holder {
	position: absolute;
	width: 100%;
	min-height: 100%;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
html {
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
	background: linear-gradient(150deg,#1B394D 33%,#2D9DA7 34%,#2D9DA7 66%,#EC5F20 67%);
	background-size: cover;
	background-repeat: no-repeat;

}				
.form-container {
    background: rgba(255, 255, 255, 1.0);
    font-family: 'Raleway', sans-serif;
    text-align: center;
    padding: 30px 20px 50px;
    box-shadow: 12px 12px 14px rgb(0, 64, 64); 
    position: relative;
}

.form-container .title{
    color: #1B394D;
    font-size: 30px;
    text-transform: capitalize;
	font-weight: bold;
    letter-spacing: 1px;
    margin: 0px 0 60px;
	top: 100px;
}
.form-container .form-horizontal{
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0,0,0,0.4);
}
.form-horizontal .form-icon {
    color: #fff;
    background-color: #1B394D;
    font-size: 75px;
    margin: -40px auto 10px;
	height: 70px;
	width: 100px;
	border-radius: 50%;
    display: flex;
    justify-content: center; 
    align-items: center;    
    text-align: center;      
}

.form-horizontal .form-group{
    margin: 0 0 10px;
    position: relative;
}
.form-horizontal .form-group:nth-child(3){ margin-bottom: 30px; }
.form-horizontal .form-group .input-icon{
    color: #1B394D; ;
    font-size: 23px;
    position: absolute;
    left: 0;
    top: 10px;
}
.form-horizontal .form-control{
    color: #000;
    font-size: 16px;
    font-weight: 600;
    height: 50px;
    padding: 10px 10px 10px 40px;
    margin: 0 0 5px;
    border: none;
    border-bottom: 2px solid #e7e7e7;
    border-radius: 0px;
    box-shadow: none;
}
.form-horizontal .form-control:focus{
    box-shadow: none;
    border-bottom-color: #EC5F20;
}
.form-horizontal .form-control::placeholder{
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
.form-horizontal .signin{
    color: #fff;
    background-color: #fff80f;
    font-size: 17px;
    text-transform: capitalize;
    letter-spacing: 2px;
    width: 100%;
    padding: 12px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    transition: all 0.4s ease 0s;
}
.form-horizontal .signin:hover,
.form-horizontal .signin:focus{
    font-weight: 600;
    letter-spacing: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3) inset;
} */