body {
    background-color: #f8f8f8;
}

.signup {
    height: 580px;
    width: 800px;
    border-radius: 15px;
    margin: 0 auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    padding: 0px 40px 15px 50px;
}

.signin {
    height: 500px;
    width: 800px;
    border-radius: 15px;
    margin: 0 auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    padding: 50px 90px 50px 50px;
}

.After-registor {
    height: 470px;
    width: 800px;
    border-radius: 15px;
    margin: 0 auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    padding: 40px 40px 40px 20px;
    box-sizing: border-box;
}

.Logo-after-reg {
    text-align: center;
}

.L-Text {
    text-align: center;
}

    .L-Text h1 {
        font-size: 26px;
        font-weight: 600;
    }

.After-registor .left-img {
    text-align: center;
    margin-top: 0px;
}

.L-Text p a {
    color: #02678d;
}

.L-Text p {
    font-weight: 500;
}



.left-img {
    margin-top: 55px;
}

.signupform {
    padding-right: 30px;
}

    .signupform h2 {
        font-weight: bold;
        margin-bottom: 15px;
    }

.form-group {
    margin-top: 20px;
}

.form-control {
    border: none;
}

input[type="text"] {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #999999;
    outline: 0;
    margin: 4px 0;
    outline: none;
    padding: 8px;
    box-sizing: border-box;
    transition: 0.3s;
}

    input[type="text"]:focus {
        border-color: #449597;
    }

input[type="password"] {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #999999;
    outline: 0;
    margin: 8px 0;
    outline: none;
    padding: 8px;
    box-sizing: border-box;
    transition: 0.3s;
}

    input[type="password"]:focus {
        border-color: #449597;
    }

.inputWithIcon input[type="text"] {
    padding-left: 30px;
}

.inputWithIcon input[type="password"] {
    padding-left: 25px;
}

.inputWithIcon {
    position: relative;
    margin-right: 5px;
}

    .inputWithIcon i {
        position: absolute;
        left: -7px;
        top: 6px;
        padding: 9px 8px;
        transition: 0.3s;
    }

    .inputWithIcon input[type="text"]:focus + i {
        color: #449597;
    }

    .inputWithIcon input[type="password"]:focus + i {
        color: #449597;
    }

    .inputWithIcon.inputIconBg i {
        background-color: #aaa;
        color: #fff;
        padding: 9px 4px;
        border-radius: 4px 0 0 4px;
    }

.button {
    border: none;
    color: #fff;
    padding: 10px 25px;
    margin-top: 15px;
}

.Link {
    margin-top: 15px;
}

.F-password a {
    color: #999999;
}

.signup .F-password a {
    font-weight: bold;
    color: #3f223f;
}


a {
    /*display: block;*/
    margin-bottom: 5px;
    text-decoration: none;
    font-weight: bold;
    color: #3f223f;
}

    a:hover {
        text-decoration: none;
    }

.logo {
    margin-left: 32px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.icon-norway {
    background-image: url(/Content/flagicon/flags/4x3/bv.svg);
}

.icon-english {
    background-image: url(/Content/flagicon/flags/4x3/gb.svg);
}

@media (min-width: 768px) and (max-width: 1024px) {
    .signup {
        width: 720px;
        padding: 0px 110px 15px 50px;
        margin-right: 5px;
        margin: 0 auto;
        position: absolute;
        margin: auto;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .signin {
        padding: 50px 20px 50px 31px;
        width: 665px;
        position: absolute;
        margin: auto;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .After-registor {
        width: 729px;
    }

    .signupform {
        padding-right: 0px;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .signup {
        text-align: center;
        width: auto;
        padding: 20px;
        height: auto;
        box-shadow: none;
    }

    .signupform {
        padding-right: 0px;
    }

    .inputWithIcon {
        margin-right: 0px;
    }

    .left-img img {
        display: none;
    }

    .After-registor {
        height: auto;
        width: auto;
        box-shadow: none;
        padding: 20px;
    }

    .Logo-after-reg {
        margin-bottom: 20px;
    }
}

@media(min-width:1450px) {
    .signup {
        height: 605px;
    }

    .signupform h2 {
        font-size: 22px;
    }
}
