﻿body {
    background: url(../img/login-bg-PlastOne.jpg) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100vh;
}

.access-page {
    align-items: center;
    display: flex;
}

    .access-page .main-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100vh;
    }

.access-content {
    padding: 20px 0;
    display: flex;
}

.access-title {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 5px;
    text-align: center;
}

.access-subtitle {
    color: #4c4c4c;
    font-size: 18px;
    margin-bottom: 30px;
    text-align: center;
}

.access-box {
    background-color: #fff;
    border: 1px solid #ededed;
    border-radius: 4px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    overflow: hidden;
    min-width: 320px;
    max-width: 400px;
}

.access-wrapper {
    padding: 30px;
}

.access-logo {
    margin-bottom: 30px;
    text-align: center;
}

    .access-logo img {
    }

.access-box .form-group {
    margin-bottom: 25px;
}

.access-box .access-btn {
    background: #00c5fb;
    background: -moz-linear-gradient(left, #00c5fb 0%, #0253cc 100%);
    background: -webkit-linear-gradient(left, #00c5fb 0%, #0253cc 100%);
    background: -ms-linear-gradient(left, #00c5fb 0%, #0253cc 100%);
    background: linear-gradient(to right, #00c5fb 0%, #0253cc 100%);
    border: 0;
    border-radius: 4px;
    display: block;
    font-size: 22px;
    padding: 10px 26px;
    width: 100%;
}

    .access-box .access-btn:hover,
    .access-box .access-btn:focus {
        border: 0;
        opacity: 0.8;
    }

.access-box .form-control {
    background-color: #fbfbfb;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    height: 46px;
}

.access-box label {
    color: #1f1f1f;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}



.access-footer {
    text-align: center;
}

    .access-footer p {
        margin-bottom: 0;
    }

    .access-footer a {
        color: #00c5fb;
    }

        .access-footer a:hover {
            color: #00c5fb;
        }
