.loginform
{
    background: url(../images/bg1.jpg) no-repeat;
    background-size: cover;
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

h1 
{
    font-size: 3.5em;
    color: #fff;
    letter-spacing: 2px;
    text-align: center;
    font-style: italic;
    font-family: 'Nova Round', cursive;
    text-shadow: 0px 1px 1px #000;
    margin-top: 3%;
}

h1 span 
{
    color: #FFC107;
}
.log_box
{
	background: rgba(255, 255, 255, 0.5);
	width: 45%;
    padding: 3.5vw;
    box-shadow: 1px 1px 17px 10px rgba(19, 168, 205, 0.33); 
    margin-left: 28%;
    margin-top: 2%;
}
@media only screen and (max-width: 575px)
{
    .log_box
    {
    	width: 100%;
        margin-left: 0;
        margin-top: 29%;
    }
}
.box_man
{
	margin-bottom: 4%;
}
.box
{
	width: 100%;
    color: #fff;
    outline: none;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 15px 15px;
    box-sizing: border-box;
    border: none;
    background: rgba(4, 4, 4, 0.61);
    border: 1px solid #FFC107;
    box-shadow: 1px 5px 12px 0px rgba(0, 0, 0, 0.46);
}
h2 {
    color: white;
    font-size: 32px;
    font-weight: bolder;
    margin-bottom: 1em;
    text-shadow: 1px 1px 2px #000;
}
.btn
{
	color: white;
    background-color: #38bcfb;
    border: none;
    padding: 13px 0;
    margin-top: 30px;
    outline: none;
    width: 100%;
    font-size: 16px;
    letter-spacing: 2px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.49);
}
.btn:hover
{
	color: white
	background-color: #FFC107;
}
.footer
{
	margin-top: 5%;
}
.footer p
{
	font-size: 14px;
    color: #fff;
    letter-spacing: 2px;
    text-align: center;
    line-height: 1.8;
}
.footer p span
{
    color: #FFC107;	
}