﻿.main {
    width: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.5)50%,rgba(0,0,0,0.5)50%), url(1.jpg);
    background-position: center;
    background-size: cover;
    min-height: 100vh;
}

ul li a {
    color: #fff;
    font-weight: 600 !important;
}

    ul li a:hover {
        color: #ff7200 !important;
        transition: 0.2s ease-in-out;
    }

.text-color {
    color: #ff7200;
}

.bg-color {
    background-color: #ff7200;
}

.logo {
    color: #ff7200;
    font-size: 35px;
    font-family: Arial;
    padding-left: 20px;
    float: left;
}

.form {
    /*width: 250px;*/
    height: auto;
    background: linear-gradient(to top, rgba(0,0,0,0.8)50%,rgba(0,0,0,0.8)50%);
    top: -20px;
    left: 870px;
    /*transform: translate(0%,-5%);*/
    border-radius: 10px;
    padding: 10px 25px 25px 25px;
}

    .form h2 {
        width: 100%;
        font-family: sans-serif;
        text-align: center;
        color: #ff7200;
        font-size: 22px;
        background-color: #fff;
        border-radius: 10px;
        margin: 2px;
        padding: 8px;
    }

    .form input[type=text] {
        color: #fff;
        height: 35px;
        background: transparent;
        border-bottom: 1px solid #ff7200;
        border-top: none;
        border-right: none;
        border-left: none;
        letter-spacing: 1px;
        margin-top: 30px;
        font-family: sans-serif;
    }
    .form input[type=email] {
        color: #fff;
        height: 35px;
        background: transparent;
        border-bottom: 1px solid #ff7200;
        border-top: none;
        border-right: none;
        border-left: none;
        letter-spacing: 1px;
        margin-top: 30px;
        font-family: sans-serif;
        width:100%
    }
    .form input[type=password] {
        color: #fff;
        height: 35px;
        background: transparent;
        border-bottom: 1px solid #ff7200;
        border-top: none;
        border-right: none;
        border-left: none;
        letter-spacing: 1px;
        margin-top: 30px;
        font-family: sans-serif;
        width: 100%
    }

        .form input:focus {
            outline: none;
        }

.form-control:focus input[type=password] {
    color: #ffffff;
    background-color: transparent;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}

::placeholder {
    color: #fff;
    font-family: Arial;
}

.btnn {
    width: 240px;
    height: 40px;
    background: #ff7200;
    border: none;
    margin-top: 30px;
    font-size: 18px;
    border-radius: 10px;
    cursor: pointer;
    color: #fff;
    transition: 0.4s ease;
}

    .btnn:hover {
        background: #fff;
        color: #ff7200;
    }

/*.btnn a {
                text-decoration: none;
                color: #000;
                font-weight: bold;
            }*/
.form .link {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    padding-top: 20px;
    text-align: center;
}

    .form .link a {
        text-decoration: none;
        color: #ff7200;
    }

.liw {
    padding-top: 15px;
    padding-bottom: 10px;
    text-align: center;
}

.icons a {
    text-decoration: none;
    color: #fff;
}

.icons ion-icon {
    color: #fff;
    font-size: 30px;
    padding-left: 14px;
    padding-top: 5px;
    transition: 0.3s ease;
}

    .icons ion-icon:hover {
        color: #ff7200;
    }

