@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,300;0,400;0,600;0,700;0,900;1,400&display=swap');

*, *::before, *::after {
    box-sizing: border-box;
}

html {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    background: #f0edf1;
    color:#242424;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    padding:0px 0 0 ;
    margin:0 auto;
    height: 100%;
    line-height: 1.2;
    -webkit-font-smoothing: antialiased !important;
	text-rendering: optimizeLegibility;
	font-feature-settings: "kern";
	-webkit-font-feature-settings: "kern";
	-moz-font-feature-settings: "kern";
	-moz-font-feature-settings: "kern=1";
}

h1, h2 {
    font-family: 'Work Sans', sans-serif;
    font-weight: 900;
}

input {
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.container {
    max-width: 375px;
    background-color: #f0edf1;
    margin:0 auto;
    width:100%;
    min-height:812px;
}

.merki {
    width: 164px;
    height: 270px;
    margin:0px auto;
    padding: 30px 0;
}

.merki a {
    text-decoration: none;
    color:#242424;
}

.merki .logo {
 /*   width: 164px;
    height: 180px; */
    width: 124px;
    height: 137px;
    background-image: url(../img/rocky_logo.svg);
    background-size: cover;
    margin:0px auto;
}

.merki h1 {
    width: 100%;
    text-align: center;
    font-size: 52px;
    margin:0px auto;
}

.innskraning {
    width:100%;
    margin: 0px auto;
}

.innskraning h2 {
    width: 100%;
    text-align: center;
    font-size: 26px;
    margin:0px auto 0px;
    font-weight: 700;
}

.innskraning form {
    width:100%;
    margin: 30px auto 0;
}

.innskraning p {
    text-align: center;
    padding: 0 20px;
    margin:5px 0 20px;
    color: #919191;
}

.innskraning .innskra_label {
    position: relative;
    max-width: 300px;
    margin:20px auto;
}

.innskraning .innskra_label i {
    position: absolute;
    top:10px;
    left:10px;
}

.innskraning .innskra_label input {
    width: 100%;
    border:none;
    border-radius: 0;
    border-bottom: 1px solid #242424;
    height: 40px;
    padding: 10px 10px 10px 40px;
    background:rgba(255,255,255,0);
    background: rgba(255, 255, 255, 0.16);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: 0.5s;
}

.innskraning .innskra_label input:focus { 
    outline: none !important;
    border: 1px solid rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(0.7px);
    -webkit-backdrop-filter: blur(0.7px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.innskraning .innskra_btn {
    position: relative;
    max-width: 300px;
    margin:20px auto;
}

.innskraning .innskra_btn input.btn-submit  {
    width:100%;
    margin: 20px auto;
    background:#7B469B;
    color:#fff;
    background: rgb(123,70,155);
    background: linear-gradient(0deg, rgba(123,70,155,1) 0%, rgba(138,68,147,1) 100%);
    border-radius: 8px;
    border: 0;
    font-weight: 700;
    font-size: 22px;
    padding: 10px 0;
    transition: 0.6s;
    cursor: pointer;
}

.innskraning .innskra_btn input.btn-submit:hover {
    background: rgb(91,47,119);
    background: linear-gradient(0deg, rgba(91,47,119,1) 18%, rgba(124,58,133,1) 100%);
}

a.gleymt {
    color:#7B469B;
    text-decoration: none;
}

a.gleymt:hover {
    text-decoration-line: underline;
    text-decoration-style: dashed;
    text-decoration-color: #919191;
}