﻿html
{
    height: 100%;
}

body
{
    margin: 0;
    padding: 0;
    background: rgba(255,167,52,1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(255,167,52,1) 0%, rgba(208,112,13,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,167,52,1)), color-stop(100%, rgba(208,112,13,1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255,167,52,1) 0%, rgba(208,112,13,1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(255,167,52,1) 0%, rgba(208,112,13,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(255,167,52,1) 0%, rgba(208,112,13,1) 100%);
    background: radial-gradient(ellipse at center, rgba(255,167,52,1) 0%, rgba(208,112,13,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa734', endColorstr='#d0700d', GradientType=1 );
}
::-webkit-input-placeholder
{
    color: #fff;
}

:-moz-placeholder
{
    /* Firefox 18- */
    color: #fff;
}

::-moz-placeholder
{
    /* Firefox 19+ */
    color: #fff;
}

:-ms-input-placeholder
{
    color: #fff;
}
.title
{
    text-align: center;
    color: #ffffff; /* background-color: #ed9325; */
    margin-top: 30px;
    text-transform: uppercase;
}
.title:after
{
    content: '';
    height: 2px;
    width: 100%;
    display: inline-block;
    background-color: #fff;
    position: relative;
    top: -25px;
}
.title span
{
    display: inline-block;
    background-color: #ffffff;
    padding: 10px 30px;
    color: #d57611;
    border-radius: 40px;
    font-size: 20px;
    z-index: 9;
    position: relative;
}
.loginpanel
{
    display: inline-block;
    width: 100%;
}
.logo
{
    text-align: center;
    margin-top: 5%;
}
.logo img
{
    width: 400px;
}
.loginbox span
{
    display: block;
    position: relative;
}
.loginbox input
{
    display: block;
    width: 100%;
    background: transparent;
    border: solid 1px #ffffff;
    margin: 10px 0px;
    padding: 12px 40px;
    color: #ffffff;
    border-radius: 30px;
}
.loginbox span i
{
    position: absolute;
    top: 12px;
    font-size: 25px;
    left: 12px;
    color: #ffffff;
}
.loginbox
{
    margin-top: 10%; /* background-color: rgba(255, 255, 255, 0.15); */
    display: inline-block;
    width: 100%;
    padding: 20px;
    border-radius: 30px;
    border: solid 15px rgba(255, 255, 255, 0.28);
}
.loginbox input:focus
{
    outline: 0;
}
.btnsigin
{
    display: inline-block;
    background-color: #ffffff;
    padding: 14px 50px;
    color: #d1730e;
    text-decoration: none;
    text-transform: uppercase;
    float: right;
    border-radius: 30px;
}
.btnsigin:hover
{
    background-color: #222222;
    color: #ffffff;
    text-decoration: none;
}

.logintitle
{
    font-size: 22px;
    color: #ffffff;
}

.logo:after
{
    content: '';
    width: 1px;
    height: 400px;
    background-color: #eb9024;
    display: inline-block;
    position: absolute;
    right: 0;
}
@media (min-width:991px)
{
    .logo
    {
        text-align: center;
        margin-top: 20%;
    }
    .loginbox
    {
        margin-top: 37%;
    }

}

@media (max-width:480px)
{
    .logo img
    {
        width: 100%;
    }
    .loginbox
    {
        margin-bottom: 20px;
    }

}
