@font-face {
    font-family: 'Lato-Light';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/lato-v11-latin-ext_latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/lato-v11-latin-ext_latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/lato-v11-latin-ext_latin-300.woff') format('woff'), /* Modern Browsers */ url('../fonts/lato-v11-latin-ext_latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/lato-v11-latin-ext_latin-300.svg#Lato') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Lato-Regular';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/lato-v11-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/lato-v11-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/lato-v11-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/lato-v11-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/lato-v11-latin-ext_latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}

* {
    box-sizing: border-box;
}

html {
    background: url(../images/string.svg) calc((100% / 2) + 865px) 12px no-repeat, linear-gradient(158.39deg, #23249c 0, #5379d2 100%);
    min-height: 100vh;
}

body {
    font-family: 'Lato-Regular', sans-serif;
    font-size: 14px;
    color: #333333;
}

h1, h2, h3 {
    color: #333333;
}

a, a:visited {
    color: #333333;
    text-decoration: underline;
}

a:hover {
    text-decoration: underline;
}

.logo {
    width: 667px;
    height: 100px;
    background: url(../images/logo-solvio-wit.svg) right center no-repeat;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.container {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 550px;
    padding: 0;
    border-radius: 5px;
    text-decoration: none;
    vertical-align: middle;
    background: #F0F0F0;
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
}

.container .heading {
    height: 62px;
    line-height: 62px;
    font-size: 16px;
    padding: 0 25px 0 25px;
    background: url(../images/lock.svg) calc(100% - 30px) 23px no-repeat;
}

.container .heading h1 {
    font-size: 16px;
    font-weight: normal;
    margin: 0;
}

.message {
    display: none;
}

.bottom-message {
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    width: 550px;
    padding: 15px 25px 15px 25px;
    border-radius: 5px;
    background: linear-gradient(135deg, #fdf22d 0%, #feb81b 100%);
}

.bottom-message:empty {
    display: none;
}

.formContainer .input {
    min-height: 77px;
    background: #F7F7F7;
    padding: 20px 25px 20px 25px;
}

/*.formContainer .input input {*/
    /*margin-bottom: 25px;*/
/*}*/

.formContainer .input label {
    display: block;
    /*clear: both;*/
}

.formContainer .identification-methods {
    padding-top: 10px;
}

.formContainer .identification-methods .method {
    display: flex;
    flex-direction: row;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 20%);
    padding: 8px 11px;
    justify-content: flex-start;
    margin-top: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    line-height: 40px;
}

.formContainer .identification-methods .method:hover {
    background: #eaeaea;
}

.irma-logo {
    background: url("../images/irma_logo.png") no-repeat center;
}

.idin-logo {
    background: url("../images/idin-logo.svg") no-repeat center;
}

.method-logo {
    height: 40px;
    width: 40px;
    background-size: 40px 40px;
    margin-left: auto;
}

.formContainer form[name=activationform] .instruction {
    padding-bottom: 15px;
}

.formContainer form[name=activationform] .instruction:empty {
    display: none;
}

.formContainer form[name=activationform] {
    display: block;
}

form[name=activationform] input[type=text] {
    display: block;
    width: 100%;
    height: 37px;
    font-size: 14px;
    line-height: 37px;
    border-radius: 5px;
    border: 1px solid #cfcfcf;
    border-right-color: white;
    border-bottom-color: white;
    padding: 0 15px 0 15px;
}

form[name=activationform] input[type=text]:focus {
    /*color: #004C99;*/
}

.controls {
    border: none;
    margin: 0;
    padding: 0;
    height: 62px;
    display: flex;
}

.back {
    font-size: 12px;
    vertical-align: middle;
    padding: 24px 10px 24px 25px;
}

.login {
    font-size: 12px;
    vertical-align: middle;
    padding: 24px 10px 24px 25px;
}

form[name=activationform] input[type=submit] {
    display: block;
    width: 150px;
    margin-left: auto;
    margin-right: -8px;
    float: right;
}

form[name=activationform] input:focus {
    outline: none;
}

form[name=activationform] input[type=submit] {
    display: inline-block;
    min-height: 32px;
    max-height: 32px;
    min-width: 40px;
    line-height: 29px;
    cursor: pointer;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 25px;
    border-radius: 5px;
    color: white;
    text-shadow: 0 0 white;
    border: none;
    padding: 1px 21px 1px 21px;
    background: linear-gradient(to bottom, #09d3ff 0%, #00bbe3 100%);
}

form[name=activationform] input[type=submit]:hover {
    background: #fdf22d;
    background: -moz-linear-gradient(top, #fdf22d 0%, #fe9a12 100%);
    background: -webkit-linear-gradient(top, #fdf22d 0%, #fe9a12 100%);
    background: linear-gradient(to bottom, #fdf22d 0%, #fe9a12 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdf22d', endColorstr='#fe9a12', GradientType=0);
}

#irma-web-form {
    margin: 30px auto;
}

@media screen and (max-width: 675px) {
    html {
        background: url(../images/string.svg) calc((100% / 2) + 750px) 12px no-repeat, linear-gradient(158.39deg, #23249c 0, #5379d2 100%);
    }
    .logo {
        width: 446px;
    }

    .container, .bottom-message {
        width: 320px;
    }
}

@media screen and (max-width: 446px) {
    html {
        background: linear-gradient(158.39deg, #23249c 0, #5379d2 100%);
    }
    .logo {
        width: 320px;
        background-position: center center;
    }
}

@media screen and (max-width: 320px) {
    .container, .bottom-message {
        width: 300px;
    }
}
