﻿body {
    background: url(../images/bg-ship.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.logo {
    background-color: transparent;
    text-align: center;
}

.title {
    font-size: 36px;
    font-weight: bold;
}

    .title span {
        color: red;
    }

.sub-title {
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
}

.divider:after,
.divider:before {
    content: "";
    flex: 1;
    height: 1px;
    background: #eee;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: red;
    color: white;
    text-align: center;
}

.container text {
    font-size: 16px;
    font-weight: bold;
    color: black;
}

#rdoLoginType {
    border: 1px solid #ffffff;
}

    #rdoLoginType label {
        margin-left: 5px;
    }

.login-position {
    margin-top: 20%;
    margin-left: 5%;
}

/* ----------- Galaxy S3 ----------- */

@media only screen and (min-width: 320px) and (max-width: 575px) {
    .login-position {
        margin-top: 20%;
        margin-left: auto;
    }

    .title {
        font-size: 22px;
        font-weight: bold;
    }

    .sub-title {
        font-size: 16px;
        font-weight: bold;
        font-style: italic;
    }
}

@media only screen and (min-width: 576px) and (max-width: 768px) {
    .login-position {
        margin-top: 20%;
        margin-left: auto;
    }

    .title {
        font-size: 22px;
        font-weight: bold;
    }

    .sub-title {
        font-size: 16px;
        font-weight: bold;
        font-style: italic;
    }
}

@media only screen and (min-width: 768px) and (max-width: 768px) {
    .login-position {
        margin-top: 20%;
        margin-left: auto;
    }

    .title {
        font-size: 24px;
        font-weight: bold;
    }

    .sub-title {
        font-size: 18px;
        font-weight: bold;
        font-style: italic;
    }
}

@media only screen and (min-width: 767px) and (max-width: 980px) {
    .login-position {
        margin-top: 20%;
        margin-left: auto;
    }

    .title {
        font-size: 24px;
        font-weight: bold;
    }

    .sub-title {
        font-size: 18px;
        font-weight: bold;
        font-style: italic;
    }
}

/*@media  only screen and (min-width: 992px) {
    .container {
        max-width: 960px;
    }
    .login-position {
        margin-top: 20%;
        margin-left: auto;
    }
}

@media  only screen and (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
    .login-position {
        margin-top: 20%;
        margin-left: auto;
    }
}*/