﻿@import url(https://fonts.googleapis.com/css?family=Roboto:300);
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');
@import url('https://fonts.googleapis.com/css2?family=Laila:wght@300;400;500;600;700&family=Poppins:wght@300;400;500;600;700&family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
@import url('responsive.css');

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato', sans-serif;
}

.login-page {
    margin-left: 34%;
    margin-top:10%;
}

.col-sm-12 .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: flex;
    font-size: 23px;
    top: 28px;
    left: 15px;
    bottom: 0;
    padding-left: 10px;
    align-items: center;
    pointer-events: none;
    color: #000;
}


.col-sm-12 .toggle-password {
    position: absolute;
    cursor: pointer;
    right: 25px;
    top: 35px;
    font-size: 20px;
    color: #000;
}


.form {
    position: absolute;
    z-index: 1;
    background: rgb(255 255 255 / 50%);
    width: 400px;
    padding: 38px 20px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 30%), 0 5px 5px 0 rgb(0 0 0 / 30%);
    float: none;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}

.text-KRW {
    color: #19345c;
}


body:after {
    position: absolute;
    bottom: 0;
    content: '';
    left: 0;
    background: url(../images/leftpath.png) no-repeat left top;
    width: 300px;
    background-size: 100%;
    height: 148px;
}

body:before {
    position: absolute;
    top: 0;
    content: '';
    right: 0px;
    background: url(../images/rightpath.png) no-repeat left top;
    width: 300px;
    background-size: 100%;
    height: 148px;
}

.logo-section img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #1f1f1f;
    border-radius: 10px;
    padding: 5px;
    background: #fff;
}

.form input {
    font-family: "Roboto", sans-serif;
    outline: 0;
    background: #f2f2f2;
    width: 100%;
    /*border: 0;*/
    margin: 0 0 15px;
    padding: 20px 50px;
    box-sizing: border-box;
    font-size: 14px;
    border-radius: 8px;
}

.form button {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    outline: 0;
    background: #19345c;
    width: 154px;
    border: 0;
    padding: 12px;
    color: #FFFFFF;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 8px;
    transition: 0.9s;
}

    .form button:hover, .form button:active, .form button:focus {
        background: #fff;
        color: #19345c;
        border: 1px solid #19345c;
        transform: translate3d(0px, -5px, 0px) rotateX(1deg) rotateZ(1deg);
        box-shadow: 1px 1px 0 1px #f9f9fb, -1px 8px 0 rgba(4, 3, 1, 0.01), 15px 14px 28px -5px rgba(4, 3, 1, 0.5);
    }

.form .message {
    margin: 15px 0 0;
    color: #b3b3b3;
    font-size: 12px;
}

    .form .message a {
        color: #4CAF50;
        text-decoration: none;
    }

.form .register-form {
    display: none;
}

.container {
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

    .container:before, .container:after {
        content: "";
        display: block;
        clear: both;
    }

    .container .info {
        margin: 50px auto;
        text-align: center;
    }

        .container .info h1 {
            margin: 0 0 15px;
            padding: 0;
            font-size: 36px;
            font-weight: 300;
            color: #1a1a1a;
        }

        .container .info span {
            color: #4d4d4d;
            font-size: 12px;
        }

            .container .info span a {
                color: #000000;
                text-decoration: none;
            }

            .container .info span .fa {
                color: #EF3B3A;
            }

body {
    background-image: url('../Images/back.jpg');
    color: white;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Roboto Condensed', 'Poppins',sans-serif !important;
}

.login-page .form h2 {
    margin-top: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
}

/*.login-page .form-control-feedback {
    right: 16px;
    top: 9px;
}*/


.form-section {
    margin-top: 10px;
}

.logo-section img {
    margin: 0px auto;
}

.required {
    color: Red;
}

.bgcolor {
    background-color: #17a2b759;
    color: white;
}


.swal2-icon {
    width: 80px;
    height: 80px;
    border: 4px solid transparent;
    border-radius: 50%;
    margin: 20px auto 30px;
    padding: 0;
    position: relative;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #d9534f;
    border-color: #d9534f;
    font-size: 60px;
    line-height: 80px;
    text-align: center;
}
