﻿/* Web Intensity of Erosion and Outflow - WIntErO (by Aleksandar Sosic) */

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:300,400,500,700,900');

html, body {
    background-color: #0077B5;
    height: 100%;
    overflow-x: hidden;
    font-family: 'Noto Sans KR', sans-serif;
    color: #A3AAAE;
}

/* Sign in and Sing up */

.container {
    height: 100%;
    align-content: center;
    background-color: #0077B5;
}

.card {
    height: 600px;
    margin-top: 10rem !important;
    margin-bottom: 3rem;
    border-color: white;
    width: 450px;
    background-color: #0077B5 !important;
     
    position: relative;
}
.message {
    height: 60px;
    margin-top: 6rem;
    margin-bottom: 1rem;
    border-radius: .5rem;
    border-color: forestgreen;
    width: 450px;
    background-color: forestgreen;
    padding: .3rem;
    color: white !important;
    position: fixed;
    text-align: center;
}
.messageerror {
    height: 60px;
    margin-top: 6rem;
    margin-bottom: 1rem;
    border-radius: .5rem;
    border-color: forestgreen;
    width: 450px;
    background-color: indianred;
    padding: .3rem;
    color: white !important;
    position: fixed;
    text-align: center;
 }

.card-header,
.card-footer {
    border-color: white;
}

.card-terms {
    text-align: center;
    padding-bottom: 1.5rem !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}

.card-header h3 {
    color: white;
    text-align: center;
}

.input-group-prepend span {
    width: 50px;
    background-color: #0077B5;
    color: white;
    border: 0 !important;
    border-color: white;
}

input:focus {
    outline: 0 0 0 0 white !important;
    box-shadow: inset 0 1px 1px white, 0 0 8px white !important;
    color: #0077B5 !important;
}

.remember {
    color: white;
}

.remember input {
    width: 20px;
    height: 20px;
    margin-left: 35px;
    margin-right: 5px;
    color: #0077B5 !important;
}

.form-control {
    color: #0077B5;
}

.link {
    color: white;
    text-decoration-line: underline;
}

.link:hover {
    color: silver;
    text-decoration-line: underline;
}

.form-control:focus {
    box-shadow: inset 0 1px 1px #0077B5, 0 0 8px #0077B5;
}

.form-control::-webkit-input-placeholder {
    color: #0077B5;
}
/* WebKit, Blink, Edge */
.form-control:-moz-placeholder {
    color: #0077B5;
}
/* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder {
    color: #0077B5;
}
/* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder {
    color: #0077B5;
}
/* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder {
    color: #0077B5;
}
/* Microsoft Edge */

::-ms-login_btn {
    color: #0077B5;
    background-color: white;
    width: 80%;
    margin: 1rem;
    margin-left: 10%;
}

.login_btn {
    color: #0077B5;
    background-color: white;
    width: 80%;
    margin: 1rem;
    margin-left: 10%;
}

.login_btn:hover {
    color: white;
    background-color: #0077B5;
    border-color: white;
}

.links {
    color: white;
}

.links a {
    margin-left: 4px;
}

.logo {
    height: 0rem;
}

.navbar-brand img {
    height: 4rem;
    float: none;
}

/* End Sign in and Sing up */

/* Copyright */

.footer-copyright {
     background-color: #0077B5;
    color: #e9ecef;
    font-size: 0.8rem;
}

.footer-copyright .copyright {
    color: #e9ecef !important;
}

.heading-underline-footer {
    width: 100%;
    height: .3rem;
    background-color: #0077B5;
    margin: 0 auto;
    box-shadow: 0 0 25px white;
}

/* End Copyright */

.start {
      color: white;
      margin-top: 12rem !important;
   }
.start .fa {
    color: greenyellow;
    font-size: 7rem;
    padding: 1rem;
}
    
.start .acth {
    font-size: 2.5rem !important;
 }
    .start .btn {
         margin: 2rem;
           border-radius: 0.5;
        border-width: 2px;
        font-size: 1rem;
        color: #0077B5;
        border-color: #0077B5;
        width: 12rem;
        height: 2.5rem;
        background-color: white;
    }
        .start .btn:hover {
            color: white;
            background-color: #0077B5;
            border-color: white;
            box-shadow: 0 0 25px white;
        }
.form-control {
    margin: auto;
    border-radius: 0.5;
    border-width: 2px;
    font-size: 1rem;
    color: #0077B5;
    border-color: #0077B5;
    width: 20rem;
    height: 2.5rem;
    background-color: white;
}


@media (max-width: 767px) {
    .card {
        position: relative;
    }

    .footer-b {
        position: absolute;
        margin-top: 20%;
        width: 100%;
    }

    .card-terms {
        font-size: .8rem;
    }

    .messagey {
        width: 80%;
        font-size: .7rem;
    }

    .messagen {
        width: 80%;
        font-size: .7rem;
    }
    .message {
        height: 60px;
        margin-top: 6rem;
        margin-bottom: 1rem;
        border-radius: .5rem;
        border-color: forestgreen;
        width: 80%;
        background-color: forestgreen;
        padding: .3rem;
        color: white !important;
        position: fixed;
        text-align: center;
    }

    .messageerror {
        height: 60px;
        margin-top: 6rem;
        margin-bottom: 1rem;
        border-radius: .5rem;
        border-color: forestgreen;
        width: 80%;
        background-color: indianred;
        padding: .3rem;
        color: white !important;
        position: fixed;
        text-align: center;
    }
}

@media (max-width: 1024px) {
    .footer-b {
        position: absolute;
        margin-top: 20%;
        width: 100%;
    }
    .message {
        height: 60px;
        margin-top: 6rem;
        margin-bottom: 1rem;
        border-radius: .5rem;
        border-color: forestgreen;
        width: 450px;
        background-color: forestgreen;
        padding: .3rem;
        color: white !important;
        position: fixed;
        text-align: center;
    }

    .messageerror {
        height: 60px;
        margin-top: 6rem;
        margin-bottom: 1rem;
        border-radius: .5rem;
        border-color: forestgreen;
        width: 450px;
        background-color: indianred;
        padding: .3rem;
        color: white !important;
        position: fixed;
        text-align: center;
    }
}
