input[type="button"]::-moz-focus-inner {
    border: 0;
}

.column-esquerda.third-column {
    display:none;
}

button:focus {
    border: none;
    outline: none;
}

::-webkit-input-placeholder {
    color: transparent;
}

:-moz-placeholder {
    color: transparent;
}


/* FF 4-18 */

::-moz-placeholder {
    color: transparent;
}


/* FF 19+ */

:-ms-input-placeholder {
    color: transparent;
}


/* IE 10+ */

.error.itemLevel {
    display: none !important;
}

.Main {
    position: fixed;
    /* MARLON */
    background-image: url(https://mymstoracntpub.blob.core.windows.net/mymcontainer-static/bg.png);
    width: 100%;
    height: 100%;
    background-size: cover;
}

#loadingDivLogin {
  display: none;
  position: fixed;
  z-index: 999;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
  text-align: center;
  padding-top: 20%;
}

#loadingLogin {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 3px solid white;
    border-radius: 50%;
    border-top-color: #FF5800;
    animation: spin 1s linear infinite;
}
  
@keyframes spin {
0% { transform: rotate(0deg); }
25% { transform: rotate(90deg); }
50% { transform: rotate(180deg); }
75% { transform: rotate(270deg); }
100% { transform: rotate(360deg); }
}


.Login-Window {
    display: flex;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    max-height: 520px;
    max-width: 1116px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 90px;
}

.column {
    display: flex;
    flex-direction: column;
    flex: 1;
    max-width: 558px;
    margin: 0;
}

.column-direita {
    width: 100%;
}

.column-esquerda {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
    border-radius: 25px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-image: url(https://mymstoracntpub.blob.core.windows.net/mymcontainer-static/Group242.png);
    background-size: cover;
    max-width: 558px;
    margin: 0;
}

div.column-esquerda>div>img:nth-child(1) {
    display: block;
    padding-bottom: 1vw;
}

.Login-Info {
    padding-left: 99px;
    padding-right: 30px; /*146px*/
    padding-top: 60px;
    padding-bottom: 0px;
    height: 100%;
    font-family: Raleway;
    font-size: 16px;
    border-radius: 25px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 0px 10px 60px rgba(54, 54, 54, 0);
}

.Login-Input {
    background-color: #F5F5F5;
    padding: 7vh 1vw 83px 100px;
    border-radius: 25px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    min-height: 260px;
    box-shadow: 60px 10px 60px rgba(54, 54, 54, 0.3);
    padding-top: 90px;
}

#imgMyM {
    height: 50px;
    margin-bottom: 20px;
}

.Login-Window:after {
    content: "";
    display: table;
    clear: both;
}

.intro,
.localAccount .divider:not(li) {
    display: none;
}

body {
    margin: 0px !important;
    width: 100%;
    background-color: #F5F5F5 !important;
}

.toolbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background: white;
    z-index: 50;
    display: block;
}

.toolbar_navigation {
    display: flex;
    height: 100%;
    align-items: center;
    padding: 0 1rem;
    width: 100%;
}

.toolbar_logo {
    width: 100%;
}

.toolbar_logo img {
    float: right;
    margin-right: 147px;
}

.toolbar_navigation-items {
    padding-left: 99px;
}

.toolbar_navigation-items ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    color: #838383;
    list-style-type: none;
}

.toolbar_navigation-items li {
    padding: 0 0.5rem;
    text-decoration: none;
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
}

#signInName{
	display: flex;
}


/* //////////////// deste ponto em diante, do FIGMA /////////////////////////////// */

.button2 {
    left: 17.15%;
    right: 57.85%;
    top: 42.89%;
    bottom: 52.67%;
    /* Button2 - 14px Raleway Bold */
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 140%;
    /* or 20px */
    font-feature-settings: 'pnum'on, 'lnum'on;
    /* White */
    color: #FFFFFF;
}

h2 {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 0%;
    /* or 50px */
    font-feature-settings: 'pnum'on, 'lnum'on;
    /* White */
    color: #FFFFFF;
}

.h2-black h2 {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 140%;
    /* Black */
    color: #000000;
}

.button1 {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 140%;
    /* or 20px */
    font-feature-settings: 'pnum'on, 'lnum'on;
    /* White */
    color: #FFFFFF;
}

.button1:last-of-type {
    margin-bottom: 0;
}

.check-icon {
    margin-right: 11px;
}

.icon-check {
    /* ICON/16px/check */
    position: absolute;
    width: 16px;
    height: 16px;
    left: 245px;
    top: 552px;
}

.button1 {
    display: flex;
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 140%;
    /* or 20px */
    font-feature-settings: 'pnum'on, 'lnum'on;
    /* White */
    color: #FFFFFF;
    margin-bottom: 10px;
}

.button-aderir, .button-aderir2, .button-select{
    width: 212px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 50px;
    line-height: 140%;
    align-items: center;
	display: inline-block;
    font-feature-settings: 'pnum'on, 'lnum'on;
    /* Type/Orange */
    color: #FF5800;
	
}

.button-entrar {
    width: 212px;
    height: 40px;
    left: 25px;
    top: calc(50% - 40px/2);
    background: #B2B2B2;
    border-radius: 50px;
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 140%;
    /* or 20px */
    display: flex;
    align-items: center;
    font-feature-settings: 'pnum'on, 'lnum'on;
}

.entry {
    /* padding-bottom: 2vw; */
}

.entry input {
    display: flex;
    background: transparent;
    border-top: transparent !important;
    border-left: transparent !important;
    border-right: transparent !important;
    font-weight: 200;
    color: #6D6E71;
    padding-left: 0;
    margin-bottom: 15px;
    margin-top: 8px;
    width: 360px;
    padding-left: 3px;
    border: 1px solid #B2B2B2;
    font-size: 16px;
    line-height: 160%;
    /* or 26px */
    font-feature-settings: 'pnum'on, 'lnum'on;
    padding-top: 5px;
}

.entry-item label {
    color: #FF5800;
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 140%;
    padding-top: 1px;
    /* or 20px */
    font-feature-settings: 'pnum'on, 'lnum'on;
}

.buttons {
    margin-top: 54px;
}

.buttons button {
    background: #B2B2B2;
    border-radius: 50px;
    padding: 8px 30px;
    border: none;
    font-family: Raleway;
    font-style: normal;
    font-size: 12px;
    font-weight: bold;
    line-height: 140%;
    font-feature-settings: 'pnum'on, 'lnum'on;
    color: #FFFFFF;
    width: 212px;
    height: 40px;
}

#createAccount .button-aderir img, 
#createAccountMobile .button-aderir img,
.button-aderir img,
#createAccount2 .button-aderir2 img,
#createAccountMobile2 .button-aderir2 img
 {
    vertical-align: middle;
    width: 20px;	
	display: inline-block;
}

#createAccount .button-aderir span, 
#createAccountMobile .button-aderir span,
#createAccount2 .button-aderir2 span, 
#createAccountMobile2 .button-aderir2 span  
{
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 140%;
    vertical-align: middle;
    margin-right: 10px;
	display: inline-block;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    opacity: 0
    /* Firefox */
}

input:focus::placeholder {
    color: transparent;
}


/*.create, #forgotPassword {
	display: none;
}*/

.create {
    display: none;
}

.button-aderir, .button-aderir2 {
    border: none;
    margin-top: 20px;/*41px*/
    /*margin-bottom: 83px;*/ 
	display: inline-block;
}

#localAccountForm>div.entry>div>div>p {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 70%;
    color: #FF0000;
}


/*Mecanismo de subir o Label do input*/

.entry-item {
    position: relative;
}

.entry-item+.entry-item {
    margin-top: 45px;
}

label {
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 10;
    -webkit-transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
    transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
    transition: transform 150ms ease-out, font-size 150ms ease-out;
    transition: transform 150ms ease-out, font-size 150ms ease-out, -webkit-transform 150ms ease-out;
	transform: translateY(-125%);
}

.focused label {
    -webkit-transform: translateY(-125%);
    transform: translateY(-125%);
    font-size: 12px;
}

input {
    position: relative;
    padding: 12px 0px 5px 0;
    width: 100%;
    outline: 0;
    border: 0;
    box-shadow: 0 1px 0 0 #e5e5e5;
    -webkit-transition: box-shadow 150ms ease-out;
    transition: box-shadow 150ms ease-out;
}

input:focus {}

input.filled {}


/*Fim do mecanismo de subida de label*/


/* Esqueceu-se da palavra-passe? Clique aqui */

.afterForm {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 140%;
    font-feature-settings: 'pnum'on, 'lnum'on;
    color: #B2B2B2;
    display: inline;
}

#forgotPassword {
    color: #6D6F71;
}

.error.pageLevel {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    color: #EB2D5B;
	    margin-bottom: 16px;
    margin-top: -20px;

}

@media only screen and (max-width: 1150px) {
    .error.pageLevel {
        position: initial;
    }
}

@media only screen and (max-height: 810px) {
    .error.pageLevel {
        position: initial;
    }
}

@media only screen and (max-width: 768px) {
    .toolbar_navigation {
        width: auto;
    }
}



#forgotPassword {
    color: #6D6F71;
    /* text-transform: uppercase; */
    text-decoration: none;
    /* letter-spacing: 0.15em; */
    /* display: inline-block; */
    /* padding: 15px 20px; */
    position: relative;
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 140%;
    font-feature-settings: 'pnum'on, 'lnum'on;
}

#forgotPassword:after {
    background: none repeat scroll 0 0 transparent;
    bottom: -4px;
    content: "";
    display: block;
    height: 1.5px;
    left: 50%;
    position: absolute;
    background: #FF5800;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

#forgotPassword:hover:after {
    width: 100%;
    left: 0;
}

@media screen and (max-height: 300px) {
    ul {
        margin-top: 1px
    }
}

input:focus {
    outline: none;
    border: 1px solid #FF5800;
    ;
}

#api {
    margin-top: 25px;
}

#imgMY {}

.buttons button:hover {
    font-weight: bold;
}

.bt {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 140%;
    padding-bottom: 5%;
    font-feature-settings: 'pnum'on, 'lnum'on;
    /* White */
    color: #FFFFFF;
}


/*.password-label a{
	display: none;
}*/

button,
input[type="button"],
input[type="submit"] {
    cursor: pointer;
}

#erroNIF {
    background: #FCE1E1;
    width: 22.1rem;
    margin-top: -15px;
    margin-bottom: 1.5%;
    font-size: 10px;
    font-weight: bold;
    color: #EB2D5B;
    font-family: Raleway;
    font-style: normal;
    display: none;
    padding-bottom: 9px;
    padding-top: 6px;
    padding-right: 9px;
    text-indent: 6px;
}

/****************************************************************************************************************************************************************************
 *                                                                                                                                                                          *
 *                                                                                  Tablet                                                                                  *
 *                                                                                                                                                                          *
/****************************************************************************************************************************************************************************
/* 
Device = Tablets, Ipads (portrait)
Screen = B/w 768px to 1164px
*/

@media(min-width:768px) and (max-width:1164px) {
    .Login-Window {
        max-width: unset;
        width: 90%;
    }

    .column-esquerda {
        width: 50%;
        max-width: unset;
    }

    .column {
        width: 50%;
        max-width: unset;
    }

    .Login-Input {
        height: 100%;
        padding-left: 85px;
    }

    .Login-Info {
        padding-left: 85px;
        padding-right: 34px; /*85px*/
        padding-top: 60px;
        padding-bottom: 0px;
    }

    .entry input {
        width: 90%;
    }

    #erroNIF {
        width: 90%;
        padding-right: 3px;
    }
}

    /*ajustments to small tablets*/
    @media(min-width:881px) and (max-width:1015px) {
        .Login-Input {
            padding-left: 50px;
        }

        .Login-Info {
            padding-left: 50px;
            padding-right: 50px;
        }
    }

    @media(min-width:768px) and (max-width:880px) {
        .Login-Input {
            padding-left: 20px;
        }

        .Login-Info {
            padding-left: 20px;
            padding-right: 20px;
        }
    }
/*Tablet end*/

/****************************************************************************************************************************************************************************
 *                                                                                                                                                                          *
 *                                                                                  Smartphone                                                                              *
 *                                                                                                                                                                          *
/****************************************************************************************************************************************************************************
/* 
Device = Smartphones
Screen = B/w until 767px
*/
@media(max-width:767px) {
    .toolbar {
        height:60px;
    }

    .toolbar_logo img{
        float:unset;
        width:115px!important;
        height:34px!important;
    }

    .Login-Window {
        display: block;
        top: 0;
        transform: unset;
        max-width: unset;
        padding-top: 60px;
        overflow-y: auto;
        height: 100%;
        min-height: 100vh;
    }

    .column-esquerda {
        display: none;
    }

    .column {
        max-width: unset;
        background-color: #F5F5F5;
    }

    .Login-Input {
        border-radius: 0;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: auto;
        margin-right: auto;
        box-shadow: none;
        padding-top: 60px;
        padding-bottom: 44px;
    }

    .buttons button {
        width: 100%; 
    }

    .buttons {
        margin-top: 44px;
    }

    .column-esquerda.third-column {
        display: flex;
        max-width: unset;
        border-radius: 0px;
        height: calc(100vh - 498px);
    	min-height: 365px;
    }

    .Login-Info {
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        width: 363px;
        text-align: center;
        padding-top: 44px;
    }

    .bt {
        margin: 0px;
    }

    .button-aderir, .button-aderir2 {
        width:40%;
		min-width: 100px;
		display: inline-block;
    }
}
/*ajustments to small smartphones*/
@media(max-width:400px) {
    .entry input,
    .Login-Info {
        width: 280px;
    }

    #erroNIF {
        width: 280px;
        padding-right: 3px;
    }
}

/*ajustments to small smartphones*/
@media(max-width:319px) {
    .entry input,
    .Login-Info {
        width: 200px;
    }

    #erroNIF {
        width: 200px;
        padding-right: 3px;
    }
}
    /*Smartphone end*/